Skip to content

Commit ebae969

Browse files
committed
clk: renesas: Drop "Renesas" from individual driver descriptions
All configuration options are under the big "Renesas SoC clock support" umbrella, so there is no reason to repeat this for each driver. Hence drop "Renesas" from the few that do. Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/185323de4d38b9b599775c1b64ce4171551b98d5.1718177124.git.geert+renesas@glider.be
1 parent 362951f commit ebae969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/clk/renesas/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ config CLK_RCAR_GEN4_CPG
218218
select CLK_RENESAS_CPG_MSSR
219219

220220
config CLK_RCAR_USB2_CLOCK_SEL
221-
bool "Renesas R-Car USB2 clock selector support"
221+
bool "R-Car USB2 clock selector support"
222222
depends on ARCH_RENESAS || COMPILE_TEST
223223
select RESET_CONTROLLER
224224
help
225225
This is a driver for R-Car USB2 clock selector
226226

227227
config CLK_RZG2L
228-
bool "Renesas RZ/{G2L,G2UL,G3S,V2L} family clock support" if COMPILE_TEST
228+
bool "RZ/{G2L,G2UL,G3S,V2L} family clock support" if COMPILE_TEST
229229
select RESET_CONTROLLER
230230

231231
# Generic

0 commit comments

Comments
 (0)