1if ARCH_INTEGRATOR
2
3menu "Integrator Options"
4
5config ARCH_INTEGRATOR_AP
6	bool "Support Integrator/AP and Integrator/PP2 platforms"
7	select CLKSRC_MMIO
8	select MIGHT_HAVE_PCI
9	select SERIAL_AMBA_PL010
10	select SERIAL_AMBA_PL010_CONSOLE
11	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
18	select ARM_TIMER_SP804
19	select PLAT_VERSATILE_CLCD
20	select SERIAL_AMBA_PL011
21	select SERIAL_AMBA_PL011_CONSOLE
22	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
42