Kconfig (3b063496f0dc8eb5bf9c73ee72f9fb42157581ff) | Kconfig (f618ed218dc01207882a8f02b1310c7daaf5156a) |
---|---|
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 --- 309 unchanged lines hidden (view full) --- 318 tristate "TI/National Semiconductor LP8720/LP8725 voltage regulators" 319 depends on I2C 320 select REGMAP_I2C 321 help 322 This driver supports LP8720/LP8725 PMIC 323 324config REGULATOR_LP873X 325 tristate "TI LP873X Power regulators" | 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 --- 309 unchanged lines hidden (view full) --- 318 tristate "TI/National Semiconductor LP8720/LP8725 voltage regulators" 319 depends on I2C 320 select REGMAP_I2C 321 help 322 This driver supports LP8720/LP8725 PMIC 323 324config REGULATOR_LP873X 325 tristate "TI LP873X Power regulators" |
326 depends on MFD_LP873X && OF | 326 depends on MFD_TI_LP873X && OF |
327 help 328 This driver supports LP873X voltage regulator chips. LP873X 329 provides two step-down converters and two general-purpose LDO 330 voltage regulators. It supports software based voltage control 331 for different voltage domains 332 333config REGULATOR_LP8755 334 tristate "TI LP8755 High Performance PMU driver" --- 480 unchanged lines hidden (view full) --- 815 816config REGULATOR_TPS65912 817 tristate "TI TPS65912 Power regulator" 818 depends on MFD_TPS65912 819 help 820 This driver supports TPS65912 voltage regulator chip. 821 822config REGULATOR_TPS80031 | 327 help 328 This driver supports LP873X voltage regulator chips. LP873X 329 provides two step-down converters and two general-purpose LDO 330 voltage regulators. It supports software based voltage control 331 for different voltage domains 332 333config REGULATOR_LP8755 334 tristate "TI LP8755 High Performance PMU driver" --- 480 unchanged lines hidden (view full) --- 815 816config REGULATOR_TPS65912 817 tristate "TI TPS65912 Power regulator" 818 depends on MFD_TPS65912 819 help 820 This driver supports TPS65912 voltage regulator chip. 821 822config REGULATOR_TPS80031 |
823 tristate "TI TPS80031/TPS80032 power regulator driver" | 823 tristate "TI TPS80031/TPS80032 power regualtor driver" |
824 depends on MFD_TPS80031 825 help 826 TPS80031/ TPS80032 Fully Integrated Power Management with Power 827 Path and Battery Charger. It has 5 configurable step-down 828 converters, 11 general purpose LDOs, VBUS generator and digital 829 output to control regulators. 830 831config REGULATOR_TWL4030 --- 43 unchanged lines hidden --- | 824 depends on MFD_TPS80031 825 help 826 TPS80031/ TPS80032 Fully Integrated Power Management with Power 827 Path and Battery Charger. It has 5 configurable step-down 828 converters, 11 general purpose LDOs, VBUS generator and digital 829 output to control regulators. 830 831config REGULATOR_TWL4030 --- 43 unchanged lines hidden --- |