]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dm: core: Remove dependency on CLK
authorMarkus Schneider-Pargmann (TI) <msp@baylibre.com>
Mon, 1 Jun 2026 09:30:49 +0000 (11:30 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2026 19:01:24 +0000 (13:01 -0600)
CLK is an optional dependency of simple-pm-bus. Remove the dependency.

Fixes: 447bd8f1e5cf ("simple-pm-bus: Make clocks optional")
Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
drivers/core/Kconfig

index cbefb522e5804fe8f1b674f5db03396b22c45f3a..ae0c346677230900c0bda4d24791c67f6342042f 100644 (file)
@@ -337,7 +337,7 @@ config SIMPLE_BUS_CORRECT_RANGE
 
 config SIMPLE_PM_BUS
        bool "Support simple-pm-bus driver"
-       depends on DM && OF_CONTROL && CLK && POWER_DOMAIN
+       depends on DM && OF_CONTROL && POWER_DOMAIN
        help
          Supports the 'simple-pm-bus' driver, which is used for busses that
          have power domains and/or clocks which need to be enabled before use.