]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-integrator/Kconfig
ARM: Integrator: convert Integrator/CP to use SP804 timer support
[net-next-2.6.git] / arch / arm / mach-integrator / Kconfig
CommitLineData
1da177e4
LT
1if ARCH_INTEGRATOR
2
3menu "Integrator Options"
4
5config 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
11config ARCH_INTEGRATOR_CP
12 bool "Support Integrator/CP platform"
13 select ARCH_CINTEGRATOR
5a46334a 14 select ARM_TIMER_SP804
1da177e4
LT
15 help
16 Include support for the ARM(R) Integrator CP platform.
17
18config ARCH_CINTEGRATOR
19 bool
20
21config 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
32endmenu
33
34endif