summaryrefslogtreecommitdiff
path: root/drivers/clk/renesas/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-08-02 19:30:27 -0400
committerTom Rini <trini@konsulko.com>2017-08-02 19:30:27 -0400
commita89302cc7908de36e949b02013ac05ce5ef8b354 (patch)
tree99a6cc5d9956e9219f7f802ab2f0f4d6a3b277e9 /drivers/clk/renesas/Kconfig
parentec7483e34ea932fb68267dc0b1de30be51f271c9 (diff)
parent9c552db619b2ab373dbf048714518c74c53e6c2b (diff)
downloadu-boot-a89302cc7908de36e949b02013ac05ce5ef8b354.tar.gz
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'drivers/clk/renesas/Kconfig')
-rw-r--r--drivers/clk/renesas/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig
new file mode 100644
index 0000000000..07640d1ccf
--- /dev/null
+++ b/drivers/clk/renesas/Kconfig
@@ -0,0 +1,13 @@
+config CLK_RENESAS
+ bool "Renesas clock drivers"
+ depends on CLK && ARCH_RMOBILE
+ help
+ Enable support for clock present on Renesas RCar SoCs.
+
+config CLK_RCAR_GEN3
+ bool "Renesas RCar Gen3 R8A7795/R8A7796 clock driver"
+ def_bool y if RCAR_GEN3
+ depends on CLK_RENESAS
+ help
+ Enable this to support the clocks on Renesas RCar Gen3
+ R8A7795 and R8A7796 SoC.