]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
power: Correct dependencies on POWER_LEGACY
authorTom Rini <trini@konsulko.com>
Fri, 4 Jul 2025 21:50:20 +0000 (15:50 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 31 Aug 2025 15:32:17 +0000 (09:32 -0600)
The POWER_LEGACY option functionally depends on not having DM_PMIC
enabled, so add that here.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/power/Kconfig

index eed65058e667908ded1935828983a46176f07159..fd1c871f0dbb980cda76125807717a982c60a258 100644 (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.