Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / 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 MIGHT_HAVE_PCI
8         help
9           Include support for the ARM(R) Integrator/AP and
10           Integrator/PP2 platforms.
11
12 config ARCH_INTEGRATOR_CP
13         bool "Support Integrator/CP platform"
14         select ARCH_CINTEGRATOR
15         select ARM_TIMER_SP804
16         help
17           Include support for the ARM(R) Integrator CP platform.
18
19 config ARCH_CINTEGRATOR
20         bool
21
22 config INTEGRATOR_IMPD1
23         tristate "Include support for Integrator/IM-PD1"
24         depends on ARCH_INTEGRATOR_AP
25         help
26           The IM-PD1 is an add-on logic module for the Integrator which
27           allows ARM(R) Ltd PrimeCells to be developed and evaluated.
28           The IM-PD1 can be found on the Integrator/PP2 platform.
29
30           To compile this driver as a module, choose M here: the
31           module will be called impd1.
32
33 endmenu
34
35 endif