blob: 52353beb369d635ebfd51de7b2d0fa3bf6b21966 [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
Russell Kingd77e2702011-01-22 11:37:54 +000014 def_bool y if !ARCH_INTEGRATOR_AP
Russell Kingdc37c312011-01-18 20:26:08 +000015 select HAVE_SCHED_CLOCK
16
Russell King420c34e2011-01-18 20:08:06 +000017endif