Kconfig (aeb5032b3f8b9ab69daa545777433fa94b3494c4) Kconfig (1a6e4b7415339e3b11a87cff0d701b8a2e55f062)
1#
2# Multifunction miscellaneous devices
3#
4
5if HAS_IOMEM
6menu "Multifunction device drivers"
7
8config MFD_CORE

--- 265 unchanged lines hidden (view full) ---

274 This driver provides common support for accessing the device,
275 additional drivers must be enabled in order to use the functionality
276 of the device. Currently available sub drivers are:
277
278 GPIO: stmpe-gpio
279 Keypad: stmpe-keypad
280 Touchscreen: stmpe-ts
281
1#
2# Multifunction miscellaneous devices
3#
4
5if HAS_IOMEM
6menu "Multifunction device drivers"
7
8config MFD_CORE

--- 265 unchanged lines hidden (view full) ---

274 This driver provides common support for accessing the device,
275 additional drivers must be enabled in order to use the functionality
276 of the device. Currently available sub drivers are:
277
278 GPIO: stmpe-gpio
279 Keypad: stmpe-keypad
280 Touchscreen: stmpe-ts
281
282menu "STMPE Interface Drivers"
283depends on MFD_STMPE
284
285config STMPE_I2C
286 bool "STMPE I2C Inteface"
287 depends on I2C
288 default y
289 help
290 This is used to enable I2C interface of STMPE
291endmenu
292
282config MFD_TC3589X
283 bool "Support Toshiba TC35892 and variants"
284 depends on I2C=y && GENERIC_HARDIRQS
285 select MFD_CORE
286 help
287 Support for the Toshiba TC35892 and variants I/O Expander.
288
289 This driver provides common support for accessing the device,

--- 511 unchanged lines hidden ---
293config MFD_TC3589X
294 bool "Support Toshiba TC35892 and variants"
295 depends on I2C=y && GENERIC_HARDIRQS
296 select MFD_CORE
297 help
298 Support for the Toshiba TC35892 and variants I/O Expander.
299
300 This driver provides common support for accessing the device,

--- 511 unchanged lines hidden ---