summaryrefslogtreecommitdiff
path: root/drivers/clk/renesas/Kconfig
blob: 8eca88c6ee8384d6b24d68fec1d94a60c2110a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.