From 3a031221b41ffd9f6548b2698c9da624daa69e26 Mon Sep 17 00:00:00 2001 From: Alex Deryskyba Date: Thu, 22 Mar 2018 03:33:04 +0200 Subject: [PATCH] projects/WeTek_Play: enable CONFIG_PROC_DEVICETREE in kernel config to allow access to the device tree through /proc/device-tree --- projects/WeTek_Play/linux/linux.arm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/WeTek_Play/linux/linux.arm.conf b/projects/WeTek_Play/linux/linux.arm.conf index a3d9bfc4b3..ac26d47e7a 100644 --- a/projects/WeTek_Play/linux/linux.arm.conf +++ b/projects/WeTek_Play/linux/linux.arm.conf @@ -1524,7 +1524,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