blob: d701d32a07f1b104273238f9580605bdeabcde55 [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
Russell King9dfec4f2011-01-18 20:10:10 +000016 select PLAT_VERSATILE_CLCD
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 help
18 Include support for the ARM(R) Integrator CP platform.
19
20config ARCH_CINTEGRATOR
21 bool
22
23config INTEGRATOR_IMPD1
24 tristate "Include support for Integrator/IM-PD1"
25 depends on ARCH_INTEGRATOR_AP
26 help
27 The IM-PD1 is an add-on logic module for the Integrator which
28 allows ARM(R) Ltd PrimeCells to be developed and evaluated.
29 The IM-PD1 can be found on the Integrator/PP2 platform.
30
31 To compile this driver as a module, choose M here: the
32 module will be called impd1.
33
34endmenu
35
36endif