diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 6ca938a..8f83bfc 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -218,6 +218,18 @@ config TWL4030_POWER and load scripts controlling which resources are switched off/on or reset when a sleep, wakeup or warm reset event occurs. +config TWL6030_POWER + bool "Support power resources on TWL6030 family chips" + depends on TWL4030_CORE + help + Say yes here if you want to use the power resources on the + TWL6030 family chips. Most of these resources are regulators, + which have a separate driver; some are control signals, such + as clock request handshaking. + + This driver defaults to assuming only APPs processor uses + the resource, it can however be overridden by board file + config TWL4030_CODEC bool depends on TWL4030_CORE @@ -233,6 +245,26 @@ config TWL6030_PWM Say yes here if you want support for TWL6030 PWM. This is used to control charging LED brightness. +config TWL6030_POWEROFF + bool "TWL6030 device poweroff" + depends on TWL4030_CORE + +config TWL6030_MADC + tristate "Texas Instruments TWL6030 MADC" + depends on TWL4030_CORE + help + This driver provides support for TWL6030-MADC. The + driver supports both RT and SW conversion methods. + + This driver can be built as a module. If so it will be + named twl6030-madc + +config TWL6040_CODEC + bool + depends on TWL4030_CORE + select MFD_CORE + default n + config MFD_STMPE bool "Support STMicroelectronics STMPE" depends on I2C=y && GENERIC_HARDIRQS |