summaryrefslogtreecommitdiff
path: root/drivers/power
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2017-05-13 12:02:24 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-15 17:00:27 (GMT)
commitdf7fafd13f1354852b84a741e7fd2954bd071173 (patch)
tree1ee68bcf78213e37440580c88d3290540d0f11ed /drivers/power
parent1d1ab61c326635ca1088dbd54e5bf023cac9bfc6 (diff)
downloadu-boot-fsl-qoriq-df7fafd13f1354852b84a741e7fd2954bd071173.tar.xz
power: twl4030: Add imply CMD_POWEROFF when TWL4030 is enabled
Now that CMD_POWEROFF can turn off the twl4030, let's imply that just incase someone wants to disable it. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index a7d56e6..d8c107e 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -311,6 +311,7 @@ config SY8106A_VOUT1_VOLT
config TWL4030_POWER
depends on OMAP34XX
bool "Enable driver for TI TWL4030 power management chip"
+ imply CMD_POWEROFF
---help---
The TWL4030 in a combination audio CODEC/power management with
GPIO and it is commonly used with the OMAP3 family of processors