diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
| -rw-r--r-- | drivers/mfd/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index d54e985748b..2bed2fd1315 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -356,6 +356,12 @@ config EZX_PCAP This enables the PCAP ASIC present on EZX Phones. This is needed for MMC, TouchScreen, Sound, USB, etc.. +config MFD_CPCAP + tristate "Support for CPCAP" + depends on SPI + help + Say yes here if you want to include drivers for the CPCAP chip. + config MFD_VIPERBOARD tristate "Nano River Technologies Viperboard" select MFD_CORE @@ -602,6 +608,12 @@ config MFD_DB8500_PRCMU system controller running an XP70 microprocessor, which is accessed through a register map. +config MFD_M4SENSORHUB + tristate "Support for M4 Sensor Hub" + depends on I2C + help + Say yes here if you want to include drivers for the M4 sensor hub. + config MFD_STMPE bool "STMicroelectronics STMPE" depends on (I2C=y || SPI_MASTER=y) && GENERIC_HARDIRQS @@ -841,6 +853,13 @@ config MFD_TPS65912_SPI If you say yes here you get support for the TPS65912 series of PM chips with SPI interface. +config MFD_TPS65912_DEBUGFS + bool "TI TPS65912 Power Management chip debugfs support" + depends on MFD_TPS65912 && DEBUG_FS + help + If you say yes here you get support for the TPS65912 series of + PM chips debugfs register access. + config MFD_TPS80031 bool "TI TPS80031/TPS80032 Power Management chips" depends on I2C=y && GENERIC_HARDIRQS |