2005-04-17 00:20:36 +02:00
|
|
|
if ARCH_INTEGRATOR
|
|
|
|
|
|
|
|
menu "Integrator Options"
|
|
|
|
|
|
|
|
config ARCH_INTEGRATOR_AP
|
|
|
|
bool "Support Integrator/AP and Integrator/PP2 platforms"
|
2011-05-08 16:35:22 +02:00
|
|
|
select CLKSRC_MMIO
|
2010-12-02 12:32:15 +01:00
|
|
|
select MIGHT_HAVE_PCI
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
Include support for the ARM(R) Integrator/AP and
|
|
|
|
Integrator/PP2 platforms.
|
|
|
|
|
|
|
|
config ARCH_INTEGRATOR_CP
|
|
|
|
bool "Support Integrator/CP platform"
|
|
|
|
select ARCH_CINTEGRATOR
|
2010-01-17 00:52:12 +01:00
|
|
|
select ARM_TIMER_SP804
|
2011-01-18 21:10:10 +01:00
|
|
|
select PLAT_VERSATILE_CLCD
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
Include support for the ARM(R) Integrator CP platform.
|
|
|
|
|
|
|
|
config ARCH_CINTEGRATOR
|
|
|
|
bool
|
|
|
|
|
|
|
|
config INTEGRATOR_IMPD1
|
|
|
|
tristate "Include support for Integrator/IM-PD1"
|
|
|
|
depends on ARCH_INTEGRATOR_AP
|
|
|
|
help
|
|
|
|
The IM-PD1 is an add-on logic module for the Integrator which
|
|
|
|
allows ARM(R) Ltd PrimeCells to be developed and evaluated.
|
|
|
|
The IM-PD1 can be found on the Integrator/PP2 platform.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called impd1.
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|