Kconfig (b667a45d9f8ed98d4da2bbbd1c9083aade0f3237) | Kconfig (dc2060cfe2aa2b62ba2f4a19fce0c20eceefe7ca) |
---|---|
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 --- 220 unchanged lines hidden (view full) --- 229 tristate "National Semiconductors LP3972 PMIC regulator driver" 230 depends on I2C 231 help 232 Say Y here to support the voltage regulators and convertors 233 on National Semiconductors LP3972 PMIC 234 235config REGULATOR_LP872X 236 bool "TI/National Semiconductor LP8720/LP8725 voltage 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 --- 220 unchanged lines hidden (view full) --- 229 tristate "National Semiconductors LP3972 PMIC regulator driver" 230 depends on I2C 231 help 232 Say Y here to support the voltage regulators and convertors 233 on National Semiconductors LP3972 PMIC 234 235config REGULATOR_LP872X 236 bool "TI/National Semiconductor LP8720/LP8725 voltage regulators" |
237 depends on I2C | 237 depends on I2C=y |
238 select REGMAP_I2C 239 help 240 This driver supports LP8720/LP8725 PMIC 241 242config REGULATOR_PCF50633 243 tristate "NXP PCF50633 regulator driver" 244 depends on MFD_PCF50633 245 help --- 177 unchanged lines hidden --- | 238 select REGMAP_I2C 239 help 240 This driver supports LP8720/LP8725 PMIC 241 242config REGULATOR_PCF50633 243 tristate "NXP PCF50633 regulator driver" 244 depends on MFD_PCF50633 245 help --- 177 unchanged lines hidden --- |