diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-07-29 19:59:44 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-08-09 23:15:01 +0200 |
commit | ca6da6dd9316f360faceab3f61e5a5b5cfb51d7c (patch) | |
tree | 86ef055be2d5fd800021c58dc5d5ee4d44294437 /drivers/clk/renesas/Kconfig | |
parent | f497ec368e312290cb8f3bcdc3e264defa70aec1 (diff) | |
download | u-boot-ca6da6dd9316f360faceab3f61e5a5b5cfb51d7c.tar.gz u-boot-ca6da6dd9316f360faceab3f61e5a5b5cfb51d7c.tar.xz u-boot-ca6da6dd9316f360faceab3f61e5a5b5cfb51d7c.zip |
clk: renesas: Add R8A77980 V3H clock tables
Import R8A77980 V3H clock tables from Linux 5.2.7 , commit 5697a9d3d55f.
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/renesas/Kconfig b/drivers/clk/renesas/Kconfig index 3862c1b848..e78817829b 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -72,6 +72,12 @@ config CLK_R8A77970 help Enable this to support the clocks on Renesas R8A77970 SoC. +config CLK_R8A77980 + bool "Renesas R8A77980 clock driver" + depends on CLK_RCAR_GEN3 + help + Enable this to support the clocks on Renesas R8A77980 SoC. + config CLK_R8A77990 bool "Renesas R8A77990 clock driver" depends on CLK_RCAR_GEN3 |