aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/linaro-base.conf
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-12-07 13:04:15 +0000
committerJon Medhurst <tixy@linaro.org>2013-03-12 09:36:17 +0000
commit92bb599fcc0fa3e78f1ad34a824c8407fcecacc9 (patch)
tree69ce3c2adcac8d3e47b92e5711d45fc8bcf28cba /linaro/configs/linaro-base.conf
parent88cfa51e2a304c77c2a70ec1438025ea55b60577 (diff)
configs: linaro-base: Set CONFIG_PROC_DEVICETREE=y
Both the Android and Ubuntu have QA tests which expect to be able to validate device-tree booting by looking in /proc/device-tree, so we should enable this for all Linaro builds. At the same time we can remove this option from ubuntu.conf as it's not an Ubuntu specific requirement. Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'linaro/configs/linaro-base.conf')
-rw-r--r--linaro/configs/linaro-base.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/linaro-base.conf b/linaro/configs/linaro-base.conf
index eaf0196a127..23638c3d214 100644
--- a/linaro/configs/linaro-base.conf
+++ b/linaro/configs/linaro-base.conf
@@ -87,3 +87,4 @@ CONFIG_CRC7=y
CONFIG_HW_PERF_EVENTS=y
CONFIG_FUNCTION_TRACER=y
CONFIG_ENABLE_DEFAULT_TRACERS=y
+CONFIG_PROC_DEVICETREE=y