summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2017-07-07 10:04:01 +0200
committerLucas Stach <l.stach@pengutronix.de>2017-07-07 16:50:57 +0200
commit0d50f1fab3e6075ffc9c25087d61e9f193c3c12a (patch)
treee3046cfbe6c964edb519df81c6b5b1b78450b462 /drivers/regulator/Kconfig
parent1e9458720a2379f65cb9b50b2e9214f6790ad84c (diff)
downloadbarebox-0d50f1fab3e6075ffc9c25087d61e9f193c3c12a.tar.gz
barebox-0d50f1fab3e6075ffc9c25087d61e9f193c3c12a.tar.xz
regulator: pfuze: provide power over standby handler
This patch is providing an optional power off handler which will configure standby state of the PMIC to disable all power lines. In my power consumption test on RIoTBoard, I got the following results: power off without this patch: 320 mA power off with this patch: 2 mA Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 6a6c6d2248..92db8dc0e0 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -19,5 +19,6 @@ config REGULATOR_BCM283X
config REGULATOR_PFUZE
bool "Freescale PFUZE100/200/3000 regulator driver"
depends on I2C
+ depends on ARCH_IMX6
endif