]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/arm/plat-versatile/Kconfig
ARM: mach-realview and mach-versatile: retire custom LED code
[mirror_ubuntu-artful-kernel.git] / arch / arm / plat-versatile / Kconfig
1 if PLAT_VERSATILE
2
3 config PLAT_VERSATILE_CLCD
4 bool
5
6 config PLAT_VERSATILE_FPGA_IRQ
7 bool
8 select IRQ_DOMAIN
9
10 config PLAT_VERSATILE_FPGA_IRQ_NR
11 int
12 default 4
13 depends on PLAT_VERSATILE_FPGA_IRQ
14
15 config PLAT_VERSATILE_LEDS
16 def_bool y if NEW_LEDS
17 depends on ARCH_REALVIEW || ARCH_VERSATILE
18 select LEDS_CLASS
19 select LEDS_TRIGGER
20
21 config PLAT_VERSATILE_SCHED_CLOCK
22 def_bool y
23
24 endif