On Tue, Aug 16, 2022 at 07:28:23AM +0200, Ahmad Fatoum wrote: > 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(+) Applied, thanks Sascha > > 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 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |