xref: /openbmc/u-boot/drivers/clk/renesas/Kconfig (revision aa41220f)
1config CLK_RENESAS
2	bool "Renesas clock drivers"
3	depends on CLK && ARCH_RMOBILE
4	help
5	  Enable support for clock present on Renesas RCar SoCs.
6
7config CLK_RCAR_GEN3
8	bool "Renesas RCar Gen3 clock driver"
9	def_bool y if RCAR_GEN3
10	depends on CLK_RENESAS
11	help
12	  Enable this to support the clocks on Renesas RCar Gen3 SoC.
13