mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
1d1ab61c32
commit
df7fafd13f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue