diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-10 17:57:58 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-10 17:57:58 -0400 |
commit | feb5a02f869d5678190dfc915ef6c2781b4f7a6c (patch) | |
tree | 406786a9d076fd98ed4192bb5fe84215218797d4 /drivers/clk/renesas/Kconfig | |
parent | 31d136926b739b58eca0b12237481d666da66427 (diff) | |
parent | 3ebb91914f4831df4db42675c4dd1f9a0b7548c7 (diff) | |
download | u-boot-feb5a02f869d5678190dfc915ef6c2781b4f7a6c.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-shWIP/10Aug2019
- R8A77980 V3H support
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 |