diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-10-09 20:52:33 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-12-09 13:36:25 +0100 |
commit | 7691ff2ada1636f2405e12864ed2c3094c064219 (patch) | |
tree | 10b68bacb5d2d09828fedc4ae3e81e257d1cbf05 /drivers/clk/renesas/Kconfig | |
parent | 1154541a528ac8bacdbdaccdb177dc64985fe7cb (diff) | |
download | u-boot-7691ff2ada1636f2405e12864ed2c3094c064219.tar.gz u-boot-7691ff2ada1636f2405e12864ed2c3094c064219.tar.xz u-boot-7691ff2ada1636f2405e12864ed2c3094c064219.zip |
clk: rmobile: Add R8A77970 V3M clock tables
Add clock tables for R8A77970 V3M SoC.
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/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 07640d1ccf..8eca88c6ee 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -5,9 +5,8 @@ config CLK_RENESAS Enable support for clock present on Renesas RCar SoCs. config CLK_RCAR_GEN3 - bool "Renesas RCar Gen3 R8A7795/R8A7796 clock driver" + bool "Renesas RCar Gen3 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. + Enable this to support the clocks on Renesas RCar Gen3 SoC. |