]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
power: twl4030: Add imply CMD_POWEROFF when TWL4030 is enabled
authorAdam Ford <aford173@gmail.com>
Sat, 13 May 2017 12:02:24 +0000 (07:02 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2017 17:00:27 +0000 (13:00 -0400)
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>
drivers/power/Kconfig

index a7d56e605d722a7761517cb3c2656d67c2a738a1..d8c107e2069f1ee6c0eca33d90f9e870ded5ee3d 100644 (file)
@@ -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