From: Samuel Holland Date: Sat, 11 Sep 2021 19:45:31 +0000 (-0500) Subject: clk: sunxi: Extend DM_RESET selection to SPL X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=e0c628d728d6f2b0ab01488706b1a9679512a982;p=u-boot.git clk: sunxi: Extend DM_RESET selection to SPL The sunxi clock driver exposes a reset controller, so it selects the reset controller framework. Ensure that dependency is also satisfied when building the driver for the SPL. Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/drivers/clk/sunxi/Kconfig b/drivers/clk/sunxi/Kconfig index f89c7ffd42..f19908113e 100644 --- a/drivers/clk/sunxi/Kconfig +++ b/drivers/clk/sunxi/Kconfig @@ -2,6 +2,7 @@ config CLK_SUNXI bool "Clock support for Allwinner SoCs" depends on CLK && ARCH_SUNXI select DM_RESET + select SPL_DM_RESET if SPL_CLK default y help This enables support for common clock driver API on Allwinner