Kconfig (e2627dce268024aff962132057cb8acb219c9c40) | Kconfig (ba441ec225337a82d06a56a5a874a565564a88e0) |
---|---|
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 --- 226 unchanged lines hidden (view full) --- 235 depends on GPIOLIB 236 help 237 This driver provides support for regulators that can be 238 controlled via gpios. 239 It is capable of supporting current and voltage regulators 240 and the platform has to provide a mapping of GPIO-states 241 to target volts/amps. 242 | 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 --- 226 unchanged lines hidden (view full) --- 235 depends on GPIOLIB 236 help 237 This driver provides support for regulators that can be 238 controlled via gpios. 239 It is capable of supporting current and voltage regulators 240 and the platform has to provide a mapping of GPIO-states 241 to target volts/amps. 242 |
243config REGULATOR_HI6421 244 tristate "HiSilicon Hi6421 PMIC voltage regulator support" 245 depends on MFD_HI6421_PMIC && OF 246 help 247 This driver provides support for the voltage regulators on the 248 HiSilicon Hi6421 PMU / Codec IC. 249 Hi6421 is a multi-function device which, on regulator part, provides 250 21 general purpose LDOs, 3 dedicated LDOs, and 5 BUCKs. All 251 of them come with support to either ECO (idle) or sleep mode. 252 253config REGULATOR_ISL9305 254 tristate "Intersil ISL9305 regulator" 255 depends on I2C 256 select REGMAP_I2C 257 help 258 This driver supports ISL9305 voltage regulator chip. 259 |
|
243config REGULATOR_ISL6271A 244 tristate "Intersil ISL6271A Power regulator" 245 depends on I2C 246 help 247 This driver supports ISL6271A voltage regulator chip. 248 249config REGULATOR_LP3971 250 tristate "National Semiconductors LP3971 PMIC regulator driver" --- 412 unchanged lines hidden --- | 260config REGULATOR_ISL6271A 261 tristate "Intersil ISL6271A Power regulator" 262 depends on I2C 263 help 264 This driver supports ISL6271A voltage regulator chip. 265 266config REGULATOR_LP3971 267 tristate "National Semiconductors LP3971 PMIC regulator driver" --- 412 unchanged lines hidden --- |