Kconfig (249acb5f47df27109d74a0d904a5da56c8bac28f) Kconfig (a71bcdfe6476b66cf6c632b1a4d0bdcb046e3d82)
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

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

218 depends on MFD_CPCAP
219 help
220 Say y here for CPCAP regulator found on some Motorola phones
221 and tablets such as Droid 4.
222
223config REGULATOR_DA903X
224 tristate "Dialog Semiconductor DA9030/DA9034 regulators"
225 depends on PMIC_DA903X
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

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

218 depends on MFD_CPCAP
219 help
220 Say y here for CPCAP regulator found on some Motorola phones
221 and tablets such as Droid 4.
222
223config REGULATOR_DA903X
224 tristate "Dialog Semiconductor DA9030/DA9034 regulators"
225 depends on PMIC_DA903X
226 depends on !CC_IS_CLANG # https://bugs.llvm.org/show_bug.cgi?id=38789
226 help
227 Say y here to support the BUCKs and LDOs regulators found on
228 Dialog Semiconductor DA9030/DA9034 PMIC.
229
230config REGULATOR_DA9052
231 tristate "Dialog Semiconductor DA9052/DA9053 regulators"
232 depends on PMIC_DA9052
233 help

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

1005 depends on TWL4030_CORE
1006 help
1007 This driver supports the voltage regulators provided by
1008 this family of companion chips.
1009
1010config REGULATOR_UNIPHIER
1011 tristate "UniPhier regulator driver"
1012 depends on ARCH_UNIPHIER || COMPILE_TEST
227 help
228 Say y here to support the BUCKs and LDOs regulators found on
229 Dialog Semiconductor DA9030/DA9034 PMIC.
230
231config REGULATOR_DA9052
232 tristate "Dialog Semiconductor DA9052/DA9053 regulators"
233 depends on PMIC_DA9052
234 help

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

1006 depends on TWL4030_CORE
1007 help
1008 This driver supports the voltage regulators provided by
1009 this family of companion chips.
1010
1011config REGULATOR_UNIPHIER
1012 tristate "UniPhier regulator driver"
1013 depends on ARCH_UNIPHIER || COMPILE_TEST
1013 depends on OF && MFD_SYSCON
1014 depends on OF
1015 select REGMAP_MMIO
1014 default ARCH_UNIPHIER
1015 help
1016 Support for regulators implemented on Socionext UniPhier SoCs.
1017
1018config REGULATOR_VCTRL
1019 tristate "Voltage controlled regulators"
1020 depends on OF
1021 help

--- 40 unchanged lines hidden ---
1016 default ARCH_UNIPHIER
1017 help
1018 Support for regulators implemented on Socionext UniPhier SoCs.
1019
1020config REGULATOR_VCTRL
1021 tristate "Voltage controlled regulators"
1022 depends on OF
1023 help

--- 40 unchanged lines hidden ---