summaryrefslogtreecommitdiff
path: root/drivers/clk/renesas/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-01-08 16:38:51 +0100
committerMarek Vasut <marex@denx.de>2018-01-24 23:27:22 +0100
commit67dbebe203e6be6572c0937396530b115ba3de41 (patch)
treed3256c9bca3dabb8b19ff537a3f37e71a80d1698 /drivers/clk/renesas/Kconfig
parent75a5096da4028dc12f1ce3d5d74f54a6a00de2f1 (diff)
clk: renesas: Import R8A7791/R8A7793 M2 clock tables
Import clock tables for R8A7791 M2W and R8A7793 M2N SoC from upstream Linux kernel v4.15-rc8, commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4 . Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'drivers/clk/renesas/Kconfig')
-rw-r--r--drivers/clk/renesas/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig
index 89811e3d9a..f8c4120c38 100644
--- a/drivers/clk/renesas/Kconfig
+++ b/drivers/clk/renesas/Kconfig
@@ -18,6 +18,20 @@ config CLK_R8A7790
help
Enable this to support the clocks on Renesas R8A7790 SoC.
+config CLK_R8A7791
+ bool "Renesas R8A7791 clock driver"
+ def_bool y if R8A7791
+ depends on CLK_RCAR_GEN2
+ help
+ Enable this to support the clocks on Renesas R8A7791 SoC.
+
+config CLK_R8A7793
+ bool "Renesas R8A7793 clock driver"
+ def_bool y if R8A7793
+ depends on CLK_RCAR_GEN2
+ help
+ Enable this to support the clocks on Renesas R8A7793 SoC.
+
config CLK_RCAR_GEN3
bool "Renesas RCar Gen3 clock driver"
def_bool y if RCAR_GEN3