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

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

670 Select this option to enable support for the DB8500 Power Reset
671 and Control Management Unit. This is basically an autonomous
672 system controller running an XP70 microprocessor, which is accessed
673 through a register map.
674
675config MFD_STMPE
676 bool "STMicroelectronics STMPE"
677 depends on (I2C=y || SPI_MASTER=y)
1#
2# Multifunction miscellaneous devices
3#
4
5if HAS_IOMEM
6menu "Multifunction device drivers"
7
8config MFD_CORE

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

670 Select this option to enable support for the DB8500 Power Reset
671 and Control Management Unit. This is basically an autonomous
672 system controller running an XP70 microprocessor, which is accessed
673 through a register map.
674
675config MFD_STMPE
676 bool "STMicroelectronics STMPE"
677 depends on (I2C=y || SPI_MASTER=y)
678 depends on OF
678 select MFD_CORE
679 help
680 Support for the STMPE family of I/O Expanders from
681 STMicroelectronics.
682
683 Currently supported devices are:
684
685 STMPE811: GPIO, Touchscreen

--- 553 unchanged lines hidden ---
679 select MFD_CORE
680 help
681 Support for the STMPE family of I/O Expanders from
682 STMicroelectronics.
683
684 Currently supported devices are:
685
686 STMPE811: GPIO, Touchscreen

--- 553 unchanged lines hidden ---