From: Adam Ford Date: Sat, 13 May 2017 12:02:24 +0000 (-0500) Subject: power: twl4030: Add imply CMD_POWEROFF when TWL4030 is enabled X-Git-Tag: v2017.07-rc1~261 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=df7fafd13f1354852b84a741e7fd2954bd071173;p=u-boot 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 Reviewed-by: Tom Rini --- diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index a7d56e605d..d8c107e206 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