From 02144200af60fb5878889d03055cffe4a31b1042 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Mon, 21 Apr 2008 12:19:14 +0300 Subject: [PATCH] I2C: TWL4030: Fix Kconfig Misc cleanup patch. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- drivers/i2c/chips/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index f3ea82dbd84..cba8abf3050 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig @@ -160,10 +160,6 @@ choice TWL4030 USB transceiver can operate in various mutually-exclusive modes. Select one of them. -config TWL4030_PWRBUTTON - bool "TWL4030 Power button Driver" - depends on TWL4030_CORE - config TWL4030_USB_HS_ULPI depends on TWL4030_USB bool "High-speed ULPI" @@ -173,6 +169,10 @@ config TWL4030_USB_HS_ULPI endchoice +config TWL4030_PWRBUTTON + bool "TWL4030 Power button Driver" + depends on TWL4030_CORE + config TWL4030_POWEROFF bool "TWL4030 device poweroff" depends on TWL4030_CORE -- 2.41.0