]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/plat-versatile/Kconfig
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
[karo-tx-linux.git] / arch / arm / plat-versatile / Kconfig
1 if PLAT_VERSATILE
2
3 config PLAT_VERSATILE_CLOCK
4         bool
5
6 config PLAT_VERSATILE_CLCD
7         bool
8
9 config PLAT_VERSATILE_FPGA_IRQ
10         bool
11         select IRQ_DOMAIN
12
13 config PLAT_VERSATILE_FPGA_IRQ_NR
14        int
15        default 4
16        depends on PLAT_VERSATILE_FPGA_IRQ
17
18 config PLAT_VERSATILE_LEDS
19         def_bool y if NEW_LEDS
20         depends on ARCH_REALVIEW || ARCH_VERSATILE
21         select LEDS_CLASS
22         select LEDS_TRIGGER
23
24 config PLAT_VERSATILE_SCHED_CLOCK
25         def_bool y
26
27 endif