mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
dm: core: Remove dependency on CLK
CLK is an optional dependency of simple-pm-bus. Remove the dependency.
Fixes: 447bd8f1e5 ("simple-pm-bus: Make clocks optional")
Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
This commit is contained in:
committed by
Tom Rini
parent
1cf2fb7bce
commit
5c3741f135
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user