[PATCH] reset: starfive: add dependency on CONFIG_COMMON_CLK
Sascha Hauer
sha at pengutronix.de
Tue Aug 16 01:54:15 PDT 2022
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 at a3f.at>
> ---
> 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 |
More information about the barebox
mailing list