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

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

1041 like GPIO, interrupts, RTC, LDO and DCDC regulators, onkey.
1042 Additional drivers must be enabled in order to use the
1043 different functionality of the device.
1044
1045config MFD_STA2X11
1046 bool "STA2X11 multi function device support"
1047 depends on STA2X11
1048 select MFD_CORE
1#
2# Multifunction miscellaneous devices
3#
4
5if HAS_IOMEM
6menu "Multifunction device drivers"
7
8config MFD_CORE

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

1041 like GPIO, interrupts, RTC, LDO and DCDC regulators, onkey.
1042 Additional drivers must be enabled in order to use the
1043 different functionality of the device.
1044
1045config MFD_STA2X11
1046 bool "STA2X11 multi function device support"
1047 depends on STA2X11
1048 select MFD_CORE
1049 select REGMAP_MMIO
1049
1050config MFD_SYSCON
1051 bool "System Controller Register R/W Based on Regmap"
1052 depends on OF
1053 select REGMAP_MMIO
1054 help
1055 Select this option to enable accessing system control registers
1056 via regmap.

--- 51 unchanged lines hidden ---
1050
1051config MFD_SYSCON
1052 bool "System Controller Register R/W Based on Regmap"
1053 depends on OF
1054 select REGMAP_MMIO
1055 help
1056 Select this option to enable accessing system control registers
1057 via regmap.

--- 51 unchanged lines hidden ---