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

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

107config MFD_BCM590XX
108 tristate "Broadcom BCM590xx PMUs"
109 select MFD_CORE
110 select REGMAP_I2C
111 depends on I2C
112 help
113 Support for the BCM590xx PMUs from Broadcom
114
1#
2# Multifunction miscellaneous devices
3#
4
5if HAS_IOMEM
6menu "Multifunction device drivers"
7
8config MFD_CORE

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

107config MFD_BCM590XX
108 tristate "Broadcom BCM590xx PMUs"
109 select MFD_CORE
110 select REGMAP_I2C
111 depends on I2C
112 help
113 Support for the BCM590xx PMUs from Broadcom
114
115config MFD_AC100
116 tristate "X-Powers AC100"
117 select MFD_CORE
118 depends on SUNXI_RSB
119 help
120 If you say Y here you get support for the X-Powers AC100 audio codec
121 IC.
122 This driver include only the core APIs. You have to select individual
123 components like codecs or RTC under the corresponding menus.
124
115config MFD_AXP20X
116 tristate
117 select MFD_CORE
118 select REGMAP_IRQ
119
120config MFD_AXP20X_I2C
121 tristate "X-Powers AXP series PMICs with I2C"
122 select MFD_AXP20X

--- 1499 unchanged lines hidden ---
125config MFD_AXP20X
126 tristate
127 select MFD_CORE
128 select REGMAP_IRQ
129
130config MFD_AXP20X_I2C
131 tristate "X-Powers AXP series PMICs with I2C"
132 select MFD_AXP20X

--- 1499 unchanged lines hidden ---