Kconfig (8990c1bc4be46473ad19bf2fa612ca57286f3df4) | Kconfig (f4e8afdc7ab1b5a0962be02a9dd15d29a81f4c53) |
---|---|
1# 2# Multifunction miscellaneous devices 3# 4 5menuconfig MFD_SUPPORT 6 bool "Multifunction device drivers" 7 depends on HAS_IOMEM 8 default y --- 204 unchanged lines hidden (view full) --- 213 This driver provides common support for accessing the device, 214 additional drivers must be enabled in order to use the functionality 215 of the device. Currently available sub drivers are: 216 217 GPIO: stmpe-gpio 218 Keypad: stmpe-keypad 219 Touchscreen: stmpe-ts 220 | 1# 2# Multifunction miscellaneous devices 3# 4 5menuconfig MFD_SUPPORT 6 bool "Multifunction device drivers" 7 depends on HAS_IOMEM 8 default y --- 204 unchanged lines hidden (view full) --- 213 This driver provides common support for accessing the device, 214 additional drivers must be enabled in order to use the functionality 215 of the device. Currently available sub drivers are: 216 217 GPIO: stmpe-gpio 218 Keypad: stmpe-keypad 219 Touchscreen: stmpe-ts 220 |
221config MFD_TC35892 222 bool "Support Toshiba TC35892" | 221config MFD_TC3589X 222 bool "Support Toshiba TC35892 and variants" |
223 depends on I2C=y && GENERIC_HARDIRQS 224 select MFD_CORE 225 help | 223 depends on I2C=y && GENERIC_HARDIRQS 224 select MFD_CORE 225 help |
226 Support for the Toshiba TC35892 I/O Expander. | 226 Support for the Toshiba TC35892 and variants I/O Expander. |
227 228 This driver provides common support for accessing the device, 229 additional drivers must be enabled in order to use the 230 functionality of the device. 231 232config MFD_TMIO 233 bool 234 default n --- 398 unchanged lines hidden --- | 227 228 This driver provides common support for accessing the device, 229 additional drivers must be enabled in order to use the 230 functionality of the device. 231 232config MFD_TMIO 233 bool 234 default n --- 398 unchanged lines hidden --- |