summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-06-26 16:19:00 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-06-26 16:23:36 -0600
commit911d03eeda1b0b9f9f906f96c62da8479bf2590a (patch)
treeebd00a4bb57baff22977cfeee96f0318ccb453e3
parenta7d56ae6c014ad9d69bf78ed46c68e3e3b4a7e11 (diff)
Force ARCH_VEXPRESS_CHOICE for vexpress.conf
Which selects ARCH_VEXPRESS otherwise choice defaults to ARCH_MULTIPLATFORM which is now the default and not what we want at least not yet. Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--linaro/configs/vexpress.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index b36bcf71961..e2852e1f4a3 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -1,4 +1,4 @@
-CONFIG_ARCH_VEXPRESS=y
+CONFIG_ARCH_VEXPRESS_CHOICE=y
CONFIG_ARCH_VEXPRESS_CA9X4=y
CONFIG_ARCH_VEXPRESS_DT=y
CONFIG_ARM_ARCH_TIMER=y