diff options
author | Heiko Stübner <heiko@sntech.de> | 2012-03-02 07:57:44 -0500 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-03-06 20:48:58 -0500 |
commit | 8a16a701ad787b6db2949766341c5ad1b551de9f (patch) | |
tree | 374ff010e91020fdf8197b9320d72790a5b9a3de /drivers/regulator/Kconfig | |
parent | 6967cca8b431a181d3a02eee81f0c9f8b5e9e75a (diff) |
regulator: Remove bq24022 regulator driver
The bq24022 driver is just a specialised form of a gpio-regulator.
As all former users of it now use the gpio-regulator directly, there
is no need to keep it around.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 7a61b17ddd04..740f468ba65f 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -74,14 +74,6 @@ config REGULATOR_GPIO | |||
74 | and the platform has to provide a mapping of GPIO-states | 74 | and the platform has to provide a mapping of GPIO-states |
75 | to target volts/amps. | 75 | to target volts/amps. |
76 | 76 | ||
77 | config REGULATOR_BQ24022 | ||
78 | tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC" | ||
79 | help | ||
80 | This driver controls a TI bq24022 Charger attached via | ||
81 | GPIOs. The provided current regulator can enable/disable | ||
82 | charging select between 100 mA and 500 mA charging current | ||
83 | limit. | ||
84 | |||
85 | config REGULATOR_MAX1586 | 77 | config REGULATOR_MAX1586 |
86 | tristate "Maxim 1586/1587 voltage regulator" | 78 | tristate "Maxim 1586/1587 voltage regulator" |
87 | depends on I2C | 79 | depends on I2C |