projects/WeTek_Core: enable CONFIG_PROC_DEVICETREE in kernel config to allow access to the device tree through /proc/device-tree

This commit is contained in:
Alex Deryskyba 2018-03-22 03:36:23 +02:00
parent 3a031221b4
commit 4599907806

View File

@ -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