--- kernel-2.6.27.orig/drivers/mfd/Kconfig +++ kernel-2.6.27/drivers/mfd/Kconfig @@ -50,6 +50,29 @@ HTC Magician devices, respectively. Actual functionality is handled by the leds-pasic3 and ds1wm drivers. +config TWL4030_CORE + bool "Texas Instruments TWL4030/TPS659x0 Support" + depends on I2C=y && GENERIC_HARDIRQS && (ARCH_OMAP2 || ARCH_OMAP3) + help + Say yes here if you have TWL4030 family chip on your board. + This core driver provides register access and IRQ handling + facilities, and registers devices for the various functions + so that function-specific drivers can bind to them. + + These multi-function chips are found on many OMAP2 and OMAP3 + boards, providing power management, RTC, GPIO, keypad, a + high speed USB OTG transceiver, an audio codec (on most + versions) and many other features. + +config TWL4030_POWER + bool "Support power sequencing scripts on TWL4030/TPS659x0" + depends on TWL4030_CORE + help + Say yes here if you want to use the power sequencing scripts on + the TWL4030/TPS659x0. These scripts control which regulators or + oscillators are switched off or on or reset when a sleep, wakeup + or warm reset event occurs. + config MFD_TMIO bool default n