diff options
author | Stephen Boyd <sboyd@kernel.org> | 2021-08-24 21:37:53 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-08-24 21:37:53 +0300 |
commit | a1cde1f0172eefe55c97310b27aca2076fdaff01 (patch) | |
tree | b606efaad48e50c9c500aec992d8cc8df21b0fc2 | |
parent | 5f1fc9726ff7936f5606eac7f57e4ff856ca14b6 (diff) | |
parent | e8425dd55abb12881694875972465f40bb0fe41b (diff) | |
download | linux-a1cde1f0172eefe55c97310b27aca2076fdaff01.tar.xz |
Merge tag 'renesas-clk-for-v5.15-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-renesas
Pull more Renesas clk driver updates from Geert Uytterhoeven:
- Make CLK_R9A06G032 invisible
* tag 'renesas-clk-for-v5.15-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers:
clk: renesas: Make CLK_R9A06G032 invisible
-rw-r--r-- | drivers/clk/renesas/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 7b450650bcae..6d0280751bb1 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 |