diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-04-03 14:32:16 +0530 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-04-05 09:08:55 -0700 |
commit | 0cb53fae6561d2ba7d43fd39f5ee8a7ea2b7570a (patch) | |
tree | 9e136b7902d54df3c65f3d528218bcce0ef445dd /drivers/regulator/Kconfig | |
parent | 71e919ff17c8e015592af244521dccdcd18aaf62 (diff) |
Regulator: gpio_swtich: Remove gpio_switch regulator driver
The gpio_switch regulator is NV driver developed during
tegra3 bringup time. The driver functionality is upstreamed
to mainline into fixed regulator and it is accepted by community.
The required functionality is also downstream and required client
driver is moved to use the fixed regulator. Hence this driver
is just duplicating functionality with fixed regulator and hence
removing this.
Change-Id: I893328497644612a2267f2c24298ff2f668e75d4
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/94198
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bitan Biswas <bbiswas@nvidia.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 eab0da10356c..d3cb8e6ff099 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -379,14 +379,6 @@ config REGULATOR_RICOH583 help This driver supports regulator driver for RICOH583 PMIC. -config REGULATOR_GPIO_SWITCH - bool "GPIO based enable/disable of power rails." - default n - help - This driver supports gpio based switch control of the power rails. - Say Yes if the given platform have the rail enable through the - gpios. - config REGULATOR_AAT2870 tristate "AnalogicTech AAT2870 Regulators" depends on MFD_AAT2870_CORE |