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