Kconfig (d20bbfab01802e195a50435940f7e4aa747c217c) | Kconfig (3f0292ae8bb100cc8f96106a3de277df48134887) |
---|---|
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 --- 50 unchanged lines hidden (view full) --- 59 tristate "Userspace regulator consumer support" 60 help 61 There are some classes of devices that are controlled entirely 62 from user space. Userspace consumer driver provides ability to 63 control power supplies for such devices. 64 65 If unsure, say no. 66 | 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 --- 50 unchanged lines hidden (view full) --- 59 tristate "Userspace regulator consumer support" 60 help 61 There are some classes of devices that are controlled entirely 62 from user space. Userspace consumer driver provides ability to 63 control power supplies for such devices. 64 65 If unsure, say no. 66 |
67config REGULATOR_GPIO 68 tristate "GPIO regulator support" 69 help 70 This driver provides support for regulators that can be 71 controlled via gpios. 72 It is capable of supporting current and voltage regulators 73 and the platform has to provide a mapping of GPIO-states 74 to target volts/amps. 75 |
|
67config REGULATOR_BQ24022 68 tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC" 69 help 70 This driver controls a TI bq24022 Charger attached via 71 GPIOs. The provided current regulator can enable/disable 72 charging select between 100 mA and 500 mA charging current 73 limit. 74 --- 247 unchanged lines hidden --- | 76config REGULATOR_BQ24022 77 tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC" 78 help 79 This driver controls a TI bq24022 Charger attached via 80 GPIOs. The provided current regulator can enable/disable 81 charging select between 100 mA and 500 mA charging current 82 limit. 83 --- 247 unchanged lines hidden --- |