blob: 769b0f10c83496a48565ba50b236f9a10aaf9df9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001if ARCH_INTEGRATOR
2
3menu "Integrator Options"
4
5config ARCH_INTEGRATOR_AP
6 bool "Support Integrator/AP and Integrator/PP2 platforms"
Hans Ulli Kroll0b05da72010-12-02 12:32:15 +01007 select MIGHT_HAVE_PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 help
9 Include support for the ARM(R) Integrator/AP and
10 Integrator/PP2 platforms.
11
12config ARCH_INTEGRATOR_CP
13 bool "Support Integrator/CP platform"
14 select ARCH_CINTEGRATOR
Russell King5a463342010-01-16 23:52:12 +000015 select ARM_TIMER_SP804
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 help
17 Include support for the ARM(R) Integrator CP platform.
18
19config ARCH_CINTEGRATOR
20 bool
21
22config 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
33endmenu
34
35endif