summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2015-01-13 07:33:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-04 15:49:59 +0100
commitf72725e352fd8dfd38d622433dd5f626625b8402 (patch)
tree60fc4074a7790fcf420de6c6cc384bc6ef371347 /drivers/regulator/Kconfig
parent515fefa8a582d8705770e5b8d592fbaae5e7a4b8 (diff)
downloadbarebox-f72725e352fd8dfd38d622433dd5f626625b8402.tar.gz
barebox-f72725e352fd8dfd38d622433dd5f626625b8402.tar.xz
regulator: add bcm2835 driver
this will allow to handle IP power automatically and not at board level Mainline kernel need this as they do not have the regulator driver support as some IP such as USB are not power on at boot Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 4085b3fd6e..05c3f48980 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -11,4 +11,9 @@ config REGULATOR_FIXED
This enables a simple fixed regulator. It is used for regulators
which are not software controllable or controllable via gpio.
+config REGULATOR_BCM2835
+ bool
+ depends on ARCH_BCM2835
+ default y
+
endif