mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
75a5096da4
Import clock tables for R8A7790 H2 SoC from upstream Linux kernel v4.15-rc8, commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4 . Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54 lines
1.3 KiB
Text
54 lines
1.3 KiB
Text
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_GEN2
|
|
bool "Renesas RCar Gen2 clock driver"
|
|
def_bool y if RCAR_32
|
|
depends on CLK_RENESAS
|
|
help
|
|
Enable this to support the clocks on Renesas RCar Gen2 SoC.
|
|
|
|
config CLK_R8A7790
|
|
bool "Renesas R8A7790 clock driver"
|
|
def_bool y if R8A7790
|
|
depends on CLK_RCAR_GEN2
|
|
help
|
|
Enable this to support the clocks on Renesas R8A7790 SoC.
|
|
|
|
config CLK_RCAR_GEN3
|
|
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 SoC.
|
|
|
|
config CLK_R8A7795
|
|
bool "Renesas R8A7795 clock driver"
|
|
def_bool y if R8A7795
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A7795 SoC.
|
|
|
|
config CLK_R8A7796
|
|
bool "Renesas R8A7796 clock driver"
|
|
def_bool y if R8A7796
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A7796 SoC.
|
|
|
|
config CLK_R8A77970
|
|
bool "Renesas R8A77970 clock driver"
|
|
def_bool y if R8A77970
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A77970 SoC.
|
|
|
|
config CLK_R8A77995
|
|
bool "Renesas R8A77995 clock driver"
|
|
def_bool y if R8A77995
|
|
depends on CLK_RCAR_GEN3
|
|
help
|
|
Enable this to support the clocks on Renesas R8A77995 SoC.
|