The reset controller driver enables the necessary clocks before resetting, so it makes no sense to build the driver without clock support. Signed-off-by: Ahmad Fatoum <ahmad@xxxxxx> --- drivers/reset/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 913b309eac3a..16c05d50f0e3 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -41,6 +41,7 @@ config RESET_IMX7 config RESET_STARFIVE bool "StarFive Controller Driver" if COMPILE_TEST + depends on COMMON_CLK default SOC_STARFIVE help This enables the reset controller driver for the StarFive JH7100. -- 2.34.1