blob: dfd18f3b50e8a4eb27eddd5029855eb682377b74 [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"
Russell Kingc5039f52011-05-08 15:35:22 +01007 select CLKSRC_MMIO
Hans Ulli Kroll0b05da72010-12-02 12:32:15 +01008 select MIGHT_HAVE_PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 help
10 Include support for the ARM(R) Integrator/AP and
11 Integrator/PP2 platforms.
12
13config ARCH_INTEGRATOR_CP
14 bool "Support Integrator/CP platform"
15 select ARCH_CINTEGRATOR
Russell King5a463342010-01-16 23:52:12 +000016 select ARM_TIMER_SP804
Russell King9dfec4f2011-01-18 20:10:10 +000017 select PLAT_VERSATILE_CLCD
Linus Torvalds1da177e2005-04-16 15:20:36 -070018 help
19 Include support for the ARM(R) Integrator CP platform.
20
21config ARCH_CINTEGRATOR
22 bool
23
24config INTEGRATOR_IMPD1
25 tristate "Include support for Integrator/IM-PD1"
26 depends on ARCH_INTEGRATOR_AP
27 help
28 The IM-PD1 is an add-on logic module for the Integrator which
29 allows ARM(R) Ltd PrimeCells to be developed and evaluated.
30 The IM-PD1 can be found on the Integrator/PP2 platform.
31
32 To compile this driver as a module, choose M here: the
33 module will be called impd1.
34
35endmenu
36
37endif