aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorBalaji T K <balajitk@ti.com>2014-02-19 09:56:40 -0500
committerChris Ball <chris@printf.net>2014-03-04 11:44:47 -0500
commit11469e0bb1c5eedd3b489a4b19dbd26c02577674 (patch)
tree62ead13af6af8dba9426277a2cfced9bc5b48d4f /drivers/regulator/Kconfig
parent987fd49b894ec964231dfc5b6bbb2bc12e2b56b5 (diff)
regulator: add pbias regulator support
pbias register controls internal power supply to sd card i/o pads in most OMAPs (OMAP2-5, DRA7). Control bits for selecting voltage level and enabling/disabling are in the same PBIAS register. Signed-off-by: Balaji T K <balajitk@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Mark Brown <broonie@linaro.org> Tested-by: Florian Vaussard <florian.vaussard@epfl.ch> Tested-by: Stefan Roese <sr@denx.de> Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 6a7932822e37..58f08d1d24e8 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -384,6 +384,15 @@ config REGULATOR_PALMAS
384 on the muxing. This is handled automatically in the driver by 384 on the muxing. This is handled automatically in the driver by
385 reading the mux info from OTP. 385 reading the mux info from OTP.
386 386
387config REGULATOR_PBIAS
388 tristate "PBIAS OMAP regulator driver"
389 depends on (ARCH_OMAP || COMPILE_TEST) && MFD_SYSCON
390 help
391 Say y here to support pbias regulator for mmc1:SD card i/o
392 on OMAP SoCs.
393 This driver provides support for OMAP pbias modelled
394 regulators.
395
387config REGULATOR_PCAP 396config REGULATOR_PCAP
388 tristate "Motorola PCAP2 regulator driver" 397 tristate "Motorola PCAP2 regulator driver"
389 depends on EZX_PCAP 398 depends on EZX_PCAP