aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 29781ca1eb6f..8f5145b4b56f 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -186,6 +186,29 @@ config TWL4030_CODEC
186 select MFD_CORE 186 select MFD_CORE
187 default n 187 default n
188 188
189config MFD_STMPE
190 bool "Support STMicroelectronics STMPE"
191 depends on I2C=y && GENERIC_HARDIRQS
192 select MFD_CORE
193 help
194 Support for the STMPE family of I/O Expanders from
195 STMicroelectronics.
196
197 Currently supported devices are:
198
199 STMPE811: GPIO, Touchscreen
200 STMPE1601: GPIO, Keypad
201 STMPE2401: GPIO, Keypad
202 STMPE2403: GPIO, Keypad
203
204 This driver provides common support for accessing the device,
205 additional drivers must be enabled in order to use the functionality
206 of the device. Currently available sub drivers are:
207
208 GPIO: stmpe-gpio
209 Keypad: stmpe-keypad
210 Touchscreen: stmpe-ts
211
189config MFD_TC35892 212config MFD_TC35892
190 bool "Support Toshiba TC35892" 213 bool "Support Toshiba TC35892"
191 depends on I2C=y && GENERIC_HARDIRQS 214 depends on I2C=y && GENERIC_HARDIRQS