summaryrefslogtreecommitdiff
path: root/arch/arm/plat-versatile/Kconfig
blob: c6f4b9625e7191ee51d6a45048a78cc130ca3771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if PLAT_VERSATILE

config PLAT_VERSATILE_CLCD
	bool

config PLAT_VERSATILE_FPGA_IRQ
	bool

config PLAT_VERSATILE_LEDS
	def_bool y if LEDS_CLASS
	depends on ARCH_REALVIEW || ARCH_VERSATILE

config PLAT_VERSATILE_SCHED_CLOCK
	def_bool y if !ARCH_INTEGRATOR_AP

endif