From e4cf337460238b1269a945dda42329f11fcb99a6 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Fri, 13 Jun 2008 13:04:02 +0300 Subject: [PATCH] i2c: allow twl modules to be built as modules Besides twl core and twl gpio, all the others can be dynamically linked. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- drivers/i2c/chips/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index cba8abf3050..b421727af92 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig @@ -150,7 +150,7 @@ config TWL4030_MADC called twl4030-madc.ko config TWL4030_USB - bool "TWL4030 USB Transceiver Driver" + tristate "TWL4030 USB Transceiver Driver" depends on TWL4030_CORE choice @@ -170,11 +170,11 @@ config TWL4030_USB_HS_ULPI endchoice config TWL4030_PWRBUTTON - bool "TWL4030 Power button Driver" + tristate "TWL4030 Power button Driver" depends on TWL4030_CORE config TWL4030_POWEROFF - bool "TWL4030 device poweroff" + tristate "TWL4030 device poweroff" depends on TWL4030_CORE config SENSORS_MAX6875 -- 2.41.0