Blame view

kernel/linux-imx6_3.14.28/arch/arm/mach-virt/Kconfig 226 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
  config ARCH_VIRT
  	bool "Dummy Virtual Machine" if ARCH_MULTI_V7
  	select ARCH_WANT_OPTIONAL_GPIOLIB
  	select ARM_GIC
  	select HAVE_ARM_ARCH_TIMER
  	select ARM_PSCI
  	select HAVE_SMP
  	select CPU_V7
  	select SPARSE_IRQ
  	select USE_OF