diff options
author | Lad Prabhakar | 2020-10-16 08:37:14 +0100 |
---|---|---|
committer | Marek Vasut | 2020-10-20 12:56:52 +0200 |
commit | a3c1fd6393009fc39ce627dbc4182f6525c50707 (patch) | |
tree | 37d16470eec78b82827955f8a5582e85de2c9088 /drivers/clk/renesas/Kconfig | |
parent | e9d91b82fe275ff6f260ae8d86e3148260c49111 (diff) |
clk: renesas: Import R8A774C0 clock tables from Linux 5.9
Import RZ/G2E (R8A774C0) clock tables from Linux 5.9 commit
bbf5c979011a ("Linux 5.9").
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
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 44afcecbfad..0c8b9eb47de 100644 --- a/drivers/clk/renesas/Kconfig +++ b/drivers/clk/renesas/Kconfig @@ -61,6 +61,12 @@ config CLK_R8A774B1 help Enable this to support the clocks on Renesas R8A774B1 SoC. +config CLK_R8A774C0 + bool "Renesas R8A774C0 clock driver" + depends on CLK_RCAR_GEN3 + help + Enable this to support the clocks on Renesas R8A774C0 SoC. + config CLK_R8A774E1 bool "Renesas R8A774E1 clock driver" depends on CLK_RCAR_GEN3 |