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
|
2014-03-13 12:03:28 +00:00
|
|
|
select SERIAL_AMBA_PL010 if TTY
|
|
|
|
select SERIAL_AMBA_PL010_CONSOLE if TTY
|
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
|
2014-03-13 12:03:28 +00:00
|
|
|
select SERIAL_AMBA_PL011 if TTY
|
|
|
|
select SERIAL_AMBA_PL011_CONSOLE if TTY
|
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
|
2014-06-04 12:47:28 +00:00
|
|
|
bool "Include support for Integrator/IM-PD1"
|
2005-04-16 22:20:36 +00:00
|
|
|
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
|