2014-05-23 05:30:35 +08:00
|
|
|
config ARCH_INTEGRATOR
|
|
|
|
bool "ARM Ltd. Integrator family" if (ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6)
|
|
|
|
select ARM_AMBA
|
|
|
|
select ARM_PATCH_PHYS_VIRT if MMU
|
|
|
|
select AUTO_ZRELADDR
|
|
|
|
select COMMON_CLK
|
|
|
|
select COMMON_CLK_VERSATILE
|
|
|
|
select GENERIC_CLOCKEVENTS
|
|
|
|
select HAVE_TCM
|
|
|
|
select ICST
|
2014-10-17 22:18:59 +08:00
|
|
|
select MFD_SYSCON
|
2014-05-23 05:30:35 +08:00
|
|
|
select MULTI_IRQ_HANDLER
|
|
|
|
select PLAT_VERSATILE
|
2014-10-17 22:18:59 +08:00
|
|
|
select POWER_RESET
|
|
|
|
select POWER_RESET_VERSATILE
|
|
|
|
select POWER_SUPPLY
|
2014-10-24 18:51:20 +08:00
|
|
|
select SOC_INTEGRATOR_CM
|
2014-05-23 05:30:35 +08:00
|
|
|
select SPARSE_IRQ
|
|
|
|
select USE_OF
|
|
|
|
select VERSATILE_FPGA_IRQ
|
|
|
|
help
|
|
|
|
Support for ARM's Integrator platform.
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
if ARCH_INTEGRATOR
|
|
|
|
|
|
|
|
menu "Integrator Options"
|
|
|
|
|
|
|
|
config ARCH_INTEGRATOR_AP
|
|
|
|
bool "Support Integrator/AP and Integrator/PP2 platforms"
|
2011-05-08 22:35:22 +08:00
|
|
|
select CLKSRC_MMIO
|
2010-12-02 19:32:15 +08:00
|
|
|
select MIGHT_HAVE_PCI
|
2014-03-13 20:03:28 +08:00
|
|
|
select SERIAL_AMBA_PL010 if TTY
|
|
|
|
select SERIAL_AMBA_PL010_CONSOLE if TTY
|
2012-11-02 08:31:10 +08:00
|
|
|
select SOC_BUS
|
2005-04-17 06:20:36 +08: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 07:52:12 +08:00
|
|
|
select ARM_TIMER_SP804
|
2014-03-13 20:03:28 +08:00
|
|
|
select SERIAL_AMBA_PL011 if TTY
|
|
|
|
select SERIAL_AMBA_PL011_CONSOLE if TTY
|
2012-11-02 08:20:43 +08:00
|
|
|
select SOC_BUS
|
2005-04-17 06:20:36 +08:00
|
|
|
help
|
|
|
|
Include support for the ARM(R) Integrator CP platform.
|
|
|
|
|
|
|
|
config ARCH_CINTEGRATOR
|
|
|
|
bool
|
|
|
|
|
|
|
|
config INTEGRATOR_IMPD1
|
2014-06-04 20:47:28 +08:00
|
|
|
bool "Include support for Integrator/IM-PD1"
|
2005-04-17 06:20:36 +08:00
|
|
|
depends on ARCH_INTEGRATOR_AP
|
2014-01-22 21:18:01 +08:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
2013-11-22 06:13:17 +08:00
|
|
|
select ARM_VIC
|
2014-01-22 21:18:01 +08:00
|
|
|
select GPIO_PL061 if GPIOLIB
|
2005-04-17 06:20:36 +08: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
|