You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
305 B
13 lines
305 B
config ARCH_ZYNQ
|
|
bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7
|
|
select ARM_AMBA
|
|
select ARM_GIC
|
|
select COMMON_CLK
|
|
select CPU_V7
|
|
select GENERIC_CLOCKEVENTS
|
|
select ICST
|
|
select MIGHT_HAVE_CACHE_L2X0
|
|
select USE_OF
|
|
select SPARSE_IRQ
|
|
help
|
|
Support for Xilinx Zynq ARM Cortex A9 Platform
|
|
|