diff options
Diffstat (limited to 'drivers/clk/renesas/Kconfig')
-rw-r--r-- | drivers/clk/renesas/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index f8c4120c38..e104c97674 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -25,6 +25,13 @@ config CLK_R8A7791 help Enable this to support the clocks on Renesas R8A7791 SoC. +config CLK_R8A7792 + bool "Renesas R8A7792 clock driver" + def_bool y if R8A7792 + depends on CLK_RCAR_GEN2 + help + Enable this to support the clocks on Renesas R8A7792 SoC. + config CLK_R8A7793 bool "Renesas R8A7793 clock driver" def_bool y if R8A7793 |