ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / arm / mach-integrator / Kconfig
1 menu "Integrator Options"
2         depends on ARCH_INTEGRATOR
3
4 config ARCH_INTEGRATOR_AP
5         bool "Support Integrator/AP and Integrator/PP2 platforms"
6         help
7           Include support for the ARM(R) Integrator/AP and
8           Integrator/PP2 platforms.
9
10 config ARCH_INTEGRATOR_CP
11         bool "Support Integrator/CP platform"
12         select ARCH_CINTEGRATOR
13         help
14           Include support for the ARM(R) Integrator CP platform.
15
16 config ARCH_CINTEGRATOR
17         bool
18
19 config INTEGRATOR_IMPD1
20         tristate "Include support for Integrator/IM-PD1"
21         depends on ARCH_INTEGRATOR_AP
22         help
23           The IM-PD1 is an add-on logic module for the Integrator which
24           allows ARM(R) Ltd PrimeCells to be developed and evaluated.
25           The IM-PD1 can be found on the Integrator/PP2 platform.
26
27           To compile this driver as a module, choose M here: the
28           module will be called impd1.
29
30 endmenu