2010-02-11 14:44:53 -07:00
|
|
|
menu "Versatile Express platform type"
|
|
|
|
depends on ARCH_VEXPRESS
|
|
|
|
|
2010-02-28 10:26:25 -07:00
|
|
|
config ARCH_VEXPRESS_CA9X4
|
|
|
|
bool "Versatile Express Cortex-A9x4 tile"
|
|
|
|
select CPU_V7
|
|
|
|
select ARM_GIC
|
2011-02-21 11:12:27 -07:00
|
|
|
select ARM_ERRATA_720789
|
|
|
|
select ARM_ERRATA_751472
|
|
|
|
select ARM_ERRATA_753970
|
2010-02-28 10:26:25 -07:00
|
|
|
|
2010-02-11 14:44:53 -07:00
|
|
|
endmenu
|