blob: 350e26636a06c8b0c21a3552377ef268f788aca2 [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 Walleij6efab152011-12-20 11:56:20 +01009 select SERIAL_AMBA_PL010
10 select SERIAL_AMBA_PL010_CONSOLE
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 help
12 Include support for the ARM(R) Integrator/AP and
13 Integrator/PP2 platforms.
14
15config ARCH_INTEGRATOR_CP
16 bool "Support Integrator/CP platform"
17 select ARCH_CINTEGRATOR
Russell King5a463342010-01-16 23:52:12 +000018 select ARM_TIMER_SP804
Russell King9dfec4f2011-01-18 20:10:10 +000019 select PLAT_VERSATILE_CLCD
Linus Walleij6efab152011-12-20 11:56:20 +010020 select SERIAL_AMBA_PL011
21 select SERIAL_AMBA_PL011_CONSOLE
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 help
23 Include support for the ARM(R) Integrator CP platform.
24
25config ARCH_CINTEGRATOR
26 bool
27
28config INTEGRATOR_IMPD1
29 tristate "Include support for Integrator/IM-PD1"
30 depends on ARCH_INTEGRATOR_AP
31 help
32 The IM-PD1 is an add-on logic module for the Integrator which
33 allows ARM(R) Ltd PrimeCells to be developed and evaluated.
34 The IM-PD1 can be found on the Integrator/PP2 platform.
35
36 To compile this driver as a module, choose M here: the
37 module will be called impd1.
38
39endmenu
40
41endif