diff options
Diffstat (limited to 'ANDROID_3.4.5/drivers/mfd/Kconfig')
-rw-r--r-- | ANDROID_3.4.5/drivers/mfd/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/mfd/Kconfig b/ANDROID_3.4.5/drivers/mfd/Kconfig index 11e44386..ca4ab95a 100644 --- a/ANDROID_3.4.5/drivers/mfd/Kconfig +++ b/ANDROID_3.4.5/drivers/mfd/Kconfig @@ -847,6 +847,24 @@ config MFD_TPS65090 additional drivers must be enabled in order to use the functionality of the device. +config VT1603_CORE + bool "WMT VT1603 Support" + select MFD_CORE +choice + prompt "VT1603 control bus select" + default VT1603_IOCTRL_SPI + depends on VT1603_CORE +config VT1603_IOCTRL_SPI + bool "SPI" + ---help--- + Say Y here if you want to use SPI bus. +config VT1603_IOCTRL_I2C + bool "I2C" + ---help--- + Say Y here if you want to use I2C bus. +endchoice + + config MFD_AAT2870_CORE bool "Support for the AnalogicTech AAT2870" select MFD_CORE @@ -888,6 +906,8 @@ config MFD_ANATOP MFD controller. This controller embeds regulator and thermal devices for Freescale i.MX platforms. +source "drivers/mfd/gmt/Kconfig" + endmenu endif |