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