forked from Minki/linux
ddb902cc34
Multi-platform requires various kconfig options to be selected, so platforms don't need to select them individually. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: Russell King <linux@arm.linux.org.uk> Acked-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
config ARCH_ZYNQ
|
|
bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select HAVE_ARM_SCU if SMP
|
|
select HAVE_ARM_TWD if SMP
|
|
select ICST
|
|
select MIGHT_HAVE_CACHE_L2X0
|
|
select HAVE_SMP
|
|
select CADENCE_TTC_TIMER
|
|
select ARM_GLOBAL_TIMER
|
|
help
|
|
Support for Xilinx Zynq ARM Cortex A9 Platform
|