mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 08:31:03 +00:00
7691ff2ada
Add clock tables for R8A77970 V3M SoC. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12 lines
324 B
Text
12 lines
324 B
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_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.
|