Blame view

kernel/linux-imx6_3.14.28/arch/arm/mach-zynq/Kconfig 429 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  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 HAVE_ARM_SCU if SMP
  	select HAVE_ARM_TWD if SMP
  	select ICST
  	select MIGHT_HAVE_CACHE_L2X0
  	select USE_OF
  	select HAVE_SMP
  	select SPARSE_IRQ
  	select CADENCE_TTC_TIMER
  	select ARM_GLOBAL_TIMER
  	help
  	  Support for Xilinx Zynq ARM Cortex A9 Platform