2010-02-12 05:44:53 +08:00
|
|
|
menu "Versatile Express platform type"
|
|
|
|
depends on ARCH_VEXPRESS
|
|
|
|
|
2010-03-01 01:26:25 +08:00
|
|
|
config ARCH_VEXPRESS_CA9X4
|
|
|
|
bool "Versatile Express Cortex-A9x4 tile"
|
|
|
|
select CPU_V7
|
|
|
|
select ARM_GIC
|
2011-02-22 02:12:27 +08:00
|
|
|
select ARM_ERRATA_720789
|
|
|
|
select ARM_ERRATA_751472
|
|
|
|
select ARM_ERRATA_753970
|
2011-12-07 23:38:04 +08:00
|
|
|
select HAVE_SMP
|
2011-11-29 23:56:19 +08:00
|
|
|
select MIGHT_HAVE_CACHE_L2X0
|
2010-03-01 01:26:25 +08:00
|
|
|
|
2010-02-12 05:44:53 +08:00
|
|
|
endmenu
|