ARM: integrator: use managed resources for the IM-PD1
[deliverable/linux.git] / arch / arm / mach-integrator / Kconfig
CommitLineData
1da177e4
LT
1if ARCH_INTEGRATOR
2
3menu "Integrator Options"
4
5config ARCH_INTEGRATOR_AP
6 bool "Support Integrator/AP and Integrator/PP2 platforms"
c5039f52 7 select CLKSRC_MMIO
0b05da72 8 select MIGHT_HAVE_PCI
6efab153
LW
9 select SERIAL_AMBA_PL010
10 select SERIAL_AMBA_PL010_CONSOLE
e67ae6be 11 select SOC_BUS
1da177e4
LT
12 help
13 Include support for the ARM(R) Integrator/AP and
14 Integrator/PP2 platforms.
15
16config ARCH_INTEGRATOR_CP
17 bool "Support Integrator/CP platform"
18 select ARCH_CINTEGRATOR
5a46334a 19 select ARM_TIMER_SP804
9dfec4fe 20 select PLAT_VERSATILE_CLCD
6efab153
LW
21 select SERIAL_AMBA_PL011
22 select SERIAL_AMBA_PL011_CONSOLE
64100a03 23 select SOC_BUS
1da177e4
LT
24 help
25 Include support for the ARM(R) Integrator CP platform.
26
27config ARCH_CINTEGRATOR
28 bool
29
30config INTEGRATOR_IMPD1
31 tristate "Include support for Integrator/IM-PD1"
32 depends on ARCH_INTEGRATOR_AP
33 help
34 The IM-PD1 is an add-on logic module for the Integrator which
35 allows ARM(R) Ltd PrimeCells to be developed and evaluated.
36 The IM-PD1 can be found on the Integrator/PP2 platform.
37
38 To compile this driver as a module, choose M here: the
39 module will be called impd1.
40
41endmenu
42
43endif
This page took 0.627703 seconds and 5 git commands to generate.