2005-04-16 22:20:36 +00:00
|
|
|
if ARCH_INTEGRATOR
|
|
|
|
|
|
|
|
menu "Integrator Options"
|
|
|
|
|
|
|
|
config ARCH_INTEGRATOR_AP
|
|
|
|
bool "Support Integrator/AP and Integrator/PP2 platforms"
|
2011-05-08 14:35:22 +00:00
|
|
|
select CLKSRC_MMIO
|
2010-12-02 11:32:15 +00:00
|
|
|
select MIGHT_HAVE_PCI
|
2011-12-20 10:56:20 +00:00
|
|
|
select SERIAL_AMBA_PL010
|
|
|
|
select SERIAL_AMBA_PL010_CONSOLE
|
2012-11-02 00:31:10 +00:00
|
|
|
select SOC_BUS
|
2005-04-16 22:20:36 +00: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-16 23:52:12 +00:00
|
|
|
select ARM_TIMER_SP804
|
2011-01-18 20:10:10 +00:00
|
|
|
select PLAT_VERSATILE_CLCD
|
2011-12-20 10:56:20 +00:00
|
|
|
select SERIAL_AMBA_PL011
|
|
|
|
select SERIAL_AMBA_PL011_CONSOLE
|
2012-11-02 00:20:43 +00:00
|
|
|
select SOC_BUS
|
2005-04-16 22:20:36 +00: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
|
2014-01-22 13:18:01 +00:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
2013-11-21 22:13:17 +00:00
|
|
|
select ARM_VIC
|
2014-01-22 13:18:01 +00:00
|
|
|
select GPIO_PL061 if GPIOLIB
|
2005-04-16 22:20:36 +00:00
|
|
|
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
|