]> git.karo-electronics.de Git - linux-beck.git/blob - arch/arm/plat-versatile/Kconfig
Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-beck.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 LEDS_CLASS
20         depends on ARCH_REALVIEW || ARCH_VERSATILE
21
22 config PLAT_VERSATILE_SCHED_CLOCK
23         def_bool y
24
25 endif