mm/frontswap: cleanup doc and comment error
[pandora-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 LEDS_CLASS
17         depends on ARCH_REALVIEW || ARCH_VERSATILE
18
19 config PLAT_VERSATILE_SCHED_CLOCK
20         def_bool y
21
22 endif