Kconfig (9095bf25ea08135a5b74875dd0e3eeaddc4218a0) Kconfig (7e6425968bf742b9772aa5bae1250158c9312e31)
1menuconfig REGULATOR
2 bool "Voltage and Current Regulator Support"
3 help
4 Generic Voltage and Current Regulator support.
5
6 This framework is designed to provide a generic interface to voltage
7 and current regulators within the Linux kernel. It's intended to
8 provide voltage and current control to client or consumer drivers and

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

120
121config REGULATOR_AB8500
122 bool "ST-Ericsson AB8500 Power Regulators"
123 depends on AB8500_CORE
124 help
125 This driver supports the regulators found on the ST-Ericsson mixed
126 signal AB8500 PMIC
127
1menuconfig REGULATOR
2 bool "Voltage and Current Regulator Support"
3 help
4 Generic Voltage and Current Regulator support.
5
6 This framework is designed to provide a generic interface to voltage
7 and current regulators within the Linux kernel. It's intended to
8 provide voltage and current control to client or consumer drivers and

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

120
121config REGULATOR_AB8500
122 bool "ST-Ericsson AB8500 Power Regulators"
123 depends on AB8500_CORE
124 help
125 This driver supports the regulators found on the ST-Ericsson mixed
126 signal AB8500 PMIC
127
128config REGULATOR_ARIZONA
129 tristate "Wolfson Arizona class devices"
128config REGULATOR_ARIZONA_LDO1
129 tristate "Wolfson Arizona class devices LDO1"
130 depends on MFD_ARIZONA
131 depends on SND_SOC
132 help
130 depends on MFD_ARIZONA
131 depends on SND_SOC
132 help
133 Support for the regulators found on Wolfson Arizona class
133 Support for the LDO1 regulators found on Wolfson Arizona class
134 devices.
135
134 devices.
135
136config REGULATOR_ARIZONA_MICSUPP
137 tristate "Wolfson Arizona class devices MICSUPP"
138 depends on MFD_ARIZONA
139 depends on SND_SOC
140 help
141 Support for the MICSUPP regulators found on Wolfson Arizona class
142 devices.
143
136config REGULATOR_AS3711
137 tristate "AS3711 PMIC"
138 depends on MFD_AS3711
139 help
140 This driver provides support for the voltage regulators on the
141 AS3711 PMIC
142
143config REGULATOR_AS3722

--- 746 unchanged lines hidden ---
144config REGULATOR_AS3711
145 tristate "AS3711 PMIC"
146 depends on MFD_AS3711
147 help
148 This driver provides support for the voltage regulators on the
149 AS3711 PMIC
150
151config REGULATOR_AS3722

--- 746 unchanged lines hidden ---