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:
Tom Rini
2025-07-04 15:50:20 -06:00
parent 59d1ce83dd
commit 31a309ff3e

View File

@@ -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.