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-08-31 09:32:17 -06:00
parent 59d1ce83dd
commit 31a309ff3e
+1
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.