From 0d2f067941d492e4932cad1ae4efaea3058ed216 Mon Sep 17 00:00:00 2001 From: Eric Miao Date: Mon, 2 Feb 2009 17:30:31 +0800 Subject: [PATCH] mfd: make pcf50633-core.c built-in only pcf50633-core.c references functions like set_irq_handler() which is supposed to be used in built-in code only, make this explict in its Kconfig option. Signed-off-by: Eric Miao --- drivers/mfd/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 06a2b0f..52b2412 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -218,7 +218,7 @@ config MFD_WM8350_I2C selected to enable support for the functionality of the chip. config MFD_PCF50633 - tristate "Support for NXP PCF50633" + bool "Support for NXP PCF50633" depends on I2C help Say yes here if you have NXP PCF50633 chip on your board. -- 1.6.0.4