aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-versatile/Kconfig
blob: 81ee7cc344575956a698ad929fe70ca8df1cee33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if PLAT_VERSATILE

config PLAT_VERSATILE_CLCD
	bool

config PLAT_VERSATILE_FPGA_IRQ
	bool
	select IRQ_DOMAIN

config PLAT_VERSATILE_FPGA_IRQ_NR
       int
       default 4
       depends on PLAT_VERSATILE_FPGA_IRQ

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

config PLAT_VERSATILE_SCHED_CLOCK
	def_bool y

endif