From 4599907806133a4c7cd264c8c7314db7848a0dc3 Mon Sep 17 00:00:00 2001 From: Alex Deryskyba Date: Thu, 22 Mar 2018 03:36:23 +0200 Subject: [PATCH] projects/WeTek_Core: enable CONFIG_PROC_DEVICETREE in kernel config to allow access to the device tree through /proc/device-tree --- projects/WeTek_Core/linux/linux.arm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/WeTek_Core/linux/linux.arm.conf b/projects/WeTek_Core/linux/linux.arm.conf index 92333794bc..ee92ea1d23 100644 --- a/projects/WeTek_Core/linux/linux.arm.conf +++ b/projects/WeTek_Core/linux/linux.arm.conf @@ -1509,7 +1509,7 @@ CONFIG_OF=y # # Device Tree and Open Firmware support # -# CONFIG_PROC_DEVICETREE is not set +CONFIG_PROC_DEVICETREE=y # CONFIG_OF_SELFTEST is not set CONFIG_OF_FLATTREE=y CONFIG_OF_EARLY_FLATTREE=y