blob: 0b275008d3e0bfb6dd3ef9b049bab44aa3dc5365 [file] [log] [blame]
Russell King420c34e2011-01-18 20:08:06 +00001if PLAT_VERSATILE
2
3config PLAT_VERSATILE_CLCD
4 bool
5
Russell Kingc41b16f2011-01-19 15:32:15 +00006config PLAT_VERSATILE_FPGA_IRQ
7 bool
8
Russell Kingdc37c312011-01-18 20:26:08 +00009config PLAT_VERSATILE_LEDS
10 def_bool y if LEDS_CLASS
11 depends on ARCH_REALVIEW || ARCH_VERSATILE
12
13config PLAT_VERSATILE_SCHED_CLOCK
14 def_bool y if !ARCH_INTEGRATOR
15 select HAVE_SCHED_CLOCK
16
Russell King420c34e2011-01-18 20:08:06 +000017endif