|
@@ -1,4 +1,4 @@
|
|
|
-config ARCH_VEXPRESS
|
|
|
+menuconfig ARCH_VEXPRESS
|
|
|
bool "ARM Ltd. Versatile Express family" if ARCH_MULTI_V7
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
select ARCH_SUPPORTS_BIG_ENDIAN
|
|
@@ -37,8 +37,7 @@ config ARCH_VEXPRESS
|
|
|
platforms. The traditional (ATAGs) boot method is not usable on
|
|
|
these boards with this option.
|
|
|
|
|
|
-menu "Versatile Express platform type"
|
|
|
- depends on ARCH_VEXPRESS
|
|
|
+if ARCH_VEXPRESS
|
|
|
|
|
|
config ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA
|
|
|
bool "Enable A5 and A9 only errata work-arounds"
|
|
@@ -82,4 +81,4 @@ config ARCH_VEXPRESS_TC2_PM
|
|
|
Support for CPU and cluster power management on Versatile Express
|
|
|
with a TC2 (A15x2 A7x3) big.LITTLE core tile.
|
|
|
|
|
|
-endmenu
|
|
|
+endif
|