summaryrefslogtreecommitdiff
path: root/arch/arm/plat-versatile/Kconfig
blob: 619f0fa0f06c135b22602027d3cc87b6f970ab8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if PLAT_VERSATILE

config PLAT_VERSATILE_CLOCK
	bool

config PLAT_VERSATILE_CLCD
	bool

config PLAT_VERSATILE_LEDS
	def_bool y if NEW_LEDS
	depends on ARCH_REALVIEW || ARCH_VERSATILE
	select LEDS_CLASS
	select LEDS_TRIGGER

config PLAT_VERSATILE_SCHED_CLOCK
	def_bool y

endif