From: Geert Uytterhoeven Date: Wed, 11 Aug 2021 09:06:40 +0000 (+0200) Subject: clk: renesas: Make CLK_R9A06G032 invisible X-Git-Tag: accepted/tizen/unified/20230118.172025~6390^2~4^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8425dd55abb12881694875972465f40bb0fe41b;p=platform%2Fkernel%2Flinux-rpi.git clk: renesas: Make CLK_R9A06G032 invisible When configuring a kernel including support for Renesas ARM/ARM64 Socs, but excluding support for the RZ/N1D SoC, the user is always asked about the RZ/N1D clock driver. As this driver is already auto-selected when building a kernel including support for the RZ/N1D SoC, there is no need to make the CLK_R9A06G032 symbol visible, unless compile-testing. Align the symbol description with the other symbols. Signed-off-by: Geert Uytterhoeven Reviewed-by: Niklas Söderlund Link: https://lore.kernel.org/r/4f3d30c730c30546f702715ffc648922a8156703.1628672649.git.geert+renesas@glider.be --- diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 7b45065..6d02807 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -153,9 +153,7 @@ config CLK_R8A779A0 select CLK_RENESAS_CPG_MSSR config CLK_R9A06G032 - bool "Renesas R9A06G032 clock driver" - help - This is a driver for R9A06G032 clocks + bool "RZ/N1D clock support" if COMPILE_TEST config CLK_R9A07G044 bool "RZ/G2L clock support" if COMPILE_TEST