Skip to content

Commit e8425dd

Browse files
committed
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 <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Link: https://lore.kernel.org/r/4f3d30c730c30546f702715ffc648922a8156703.1628672649.git.geert+renesas@glider.be
1 parent d28b1e0 commit e8425dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/clk/renesas/Kconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ config CLK_R8A779A0
153153
select CLK_RENESAS_CPG_MSSR
154154

155155
config CLK_R9A06G032
156-
bool "Renesas R9A06G032 clock driver"
157-
help
158-
This is a driver for R9A06G032 clocks
156+
bool "RZ/N1D clock support" if COMPILE_TEST
159157

160158
config CLK_R9A07G044
161159
bool "RZ/G2L clock support" if COMPILE_TEST

0 commit comments

Comments
 (0)