power: Correct dependencies on POWER_LEGACY
The POWER_LEGACY option functionally depends on not having DM_PMIC enabled, so add that here. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -15,6 +15,7 @@ if POWER
|
||||
|
||||
config POWER_LEGACY
|
||||
bool "Legacy power support"
|
||||
depends on !DM_PMIC
|
||||
help
|
||||
Note: This is a legacy option. Use DM_PMIC instead.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user