Russell King | ceade89 | 2010-02-11 21:44:53 +0000 | [diff] [blame] | 1 | menu "Versatile Express platform type" |
| 2 | depends on ARCH_VEXPRESS |
| 3 | |
Russell King | fef88f1 | 2010-02-28 17:26:25 +0000 | [diff] [blame] | 4 | config ARCH_VEXPRESS_CA9X4 |
| 5 | bool "Versatile Express Cortex-A9x4 tile" |
| 6 | select CPU_V7 |
| 7 | select ARM_GIC |
Will Deacon | 3de4ade | 2011-02-21 19:12:27 +0100 | [diff] [blame] | 8 | select ARM_ERRATA_720789 |
| 9 | select ARM_ERRATA_751472 |
Will Deacon | 43a6955 | 2012-02-24 12:13:37 +0100 | [diff] [blame] | 10 | select PL310_ERRATA_753970 |
Dave Martin | 3b55658 | 2011-12-07 15:38:04 +0000 | [diff] [blame] | 11 | select HAVE_SMP |
Dave Martin | ce5ea9f | 2011-11-29 15:56:19 +0000 | [diff] [blame] | 12 | select MIGHT_HAVE_CACHE_L2X0 |
Russell King | fef88f1 | 2010-02-28 17:26:25 +0000 | [diff] [blame] | 13 | |
Russell King | ceade89 | 2010-02-11 21:44:53 +0000 | [diff] [blame] | 14 | endmenu |