Kconfig 301 字节
Newer Older
1 2 3
menu "Versatile Express platform type"
	depends on ARCH_VEXPRESS

4 5 6 7
config ARCH_VEXPRESS_CA9X4
	bool "Versatile Express Cortex-A9x4 tile"
	select CPU_V7
	select ARM_GIC
8 9 10
	select ARM_ERRATA_720789
	select ARM_ERRATA_751472
	select ARM_ERRATA_753970
11
	select HAVE_SMP
12
	select MIGHT_HAVE_CACHE_L2X0
13

14
endmenu