blob: 2c4332b9f9484883a00ab6b7af2a3edc0ccd88ac [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 Kingdc37c312011-01-18 20:26:08 +00009config PLAT_VERSATILE_LEDS
Bryan Wue031cd52012-03-13 18:06:36 +080010 def_bool y if NEW_LEDS
Russell Kingdc37c312011-01-18 20:26:08 +000011 depends on ARCH_REALVIEW || ARCH_VERSATILE
Bryan Wue031cd52012-03-13 18:06:36 +080012 select LEDS_CLASS
Alexander Shiyan678a0992012-11-25 18:53:40 +040013 select LEDS_TRIGGERS
Russell Kingdc37c312011-01-18 20:26:08 +000014
15config PLAT_VERSATILE_SCHED_CLOCK
Linus Walleija9d6d152012-01-31 23:38:23 +010016 def_bool y
Russell Kingdc37c312011-01-18 20:26:08 +000017
Russell King420c34e2011-01-18 20:08:06 +000018endif