]> Pileus Git - ~andy/linux/blob - arch/arm/mach-integrator/Kconfig
Merge branches 'l2', 'pgt2' and 'misc' into for-linus
[~andy/linux] / arch / arm / mach-integrator / Kconfig
1 if ARCH_INTEGRATOR
2
3 menu "Integrator Options"
4
5 config ARCH_INTEGRATOR_AP
6         bool "Support Integrator/AP and Integrator/PP2 platforms"
7         select CLKSRC_MMIO
8         select HAVE_SCHED_CLOCK
9         select MIGHT_HAVE_PCI
10         select SERIAL_AMBA_PL010
11         select SERIAL_AMBA_PL010_CONSOLE
12         help
13           Include support for the ARM(R) Integrator/AP and
14           Integrator/PP2 platforms.
15
16 config ARCH_INTEGRATOR_CP
17         bool "Support Integrator/CP platform"
18         select ARCH_CINTEGRATOR
19         select ARM_TIMER_SP804
20         select PLAT_VERSATILE_CLCD
21         select SERIAL_AMBA_PL011
22         select SERIAL_AMBA_PL011_CONSOLE
23         help
24           Include support for the ARM(R) Integrator CP platform.
25
26 config ARCH_CINTEGRATOR
27         bool
28
29 config INTEGRATOR_IMPD1
30         tristate "Include support for Integrator/IM-PD1"
31         depends on ARCH_INTEGRATOR_AP
32         help
33           The IM-PD1 is an add-on logic module for the Integrator which
34           allows ARM(R) Ltd PrimeCells to be developed and evaluated.
35           The IM-PD1 can be found on the Integrator/PP2 platform.
36
37           To compile this driver as a module, choose M here: the
38           module will be called impd1.
39
40 endmenu
41
42 endif