blob: eb50231c4efd5f3e06bed5ce36a1997b353fa1c3 [file] [log] [blame]
Russell King420c34e2011-01-18 20:08:06 +00001if PLAT_VERSATILE
2
Pawel Moll56a34b02012-07-05 11:35:33 +01003config PLAT_VERSATILE_CLOCK
4 bool
5
Russell King420c34e2011-01-18 20:08:06 +00006config PLAT_VERSATILE_CLCD
7 bool
8
Russell Kingc41b16f2011-01-19 15:32:15 +00009config PLAT_VERSATILE_FPGA_IRQ
10 bool
Linus Walleij3108e6a2012-04-28 14:33:47 +010011 select IRQ_DOMAIN
12
13config PLAT_VERSATILE_FPGA_IRQ_NR
14 int
15 default 4
16 depends on PLAT_VERSATILE_FPGA_IRQ
Russell Kingc41b16f2011-01-19 15:32:15 +000017
Russell Kingdc37c312011-01-18 20:26:08 +000018config PLAT_VERSATILE_LEDS
Bryan Wue031cd52012-03-13 18:06:36 +080019 def_bool y if NEW_LEDS
Russell Kingdc37c312011-01-18 20:26:08 +000020 depends on ARCH_REALVIEW || ARCH_VERSATILE
Bryan Wue031cd52012-03-13 18:06:36 +080021 select LEDS_CLASS
Alexander Shiyan678a0992012-11-25 18:53:40 +040022 select LEDS_TRIGGERS
Russell Kingdc37c312011-01-18 20:26:08 +000023
24config PLAT_VERSATILE_SCHED_CLOCK
Linus Walleija9d6d152012-01-31 23:38:23 +010025 def_bool y
Russell Kingdc37c312011-01-18 20:26:08 +000026
Russell King420c34e2011-01-18 20:08:06 +000027endif