projects/WeTek_Play: 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:33:04 +02:00
parent 0daca27866
commit 3a031221b4

View File

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