Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1597fe2 authored by Patrick Daly's avatar Patrick Daly
Browse files

Revert "of: Make CONFIG_OF_KOBJ configurable"



This reverts commit 27a4b773.
Needed to reapply patch with correct author.

Change-Id: Idc60caea86f71486fbde3d89548599160bb6c41a
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent a659c954
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ CONFIG_NET=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_DMA_CMA=y
# CONFIG_OF_KOBJ is not set
CONFIG_QSEECOM=y
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
+0 −1
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@ CONFIG_NET=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_DMA_CMA=y
# CONFIG_OF_KOBJ is not set
CONFIG_QSEECOM=y
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
+0 −6
Original line number Diff line number Diff line
@@ -47,13 +47,7 @@ config OF_PROMTREE
	bool

config OF_KOBJ
	bool "Display devicetree in sysfs"
	def_bool SYSFS
	help
	  Some embedded platforms have no need to display the devicetree
	  nodes and properties in sysfs. Disabling this option will save
	  a small amount of memory, as well as decrease boot time. By
	  default this option will be enabled if SYSFS is enabled.

# Hardly any platforms need this.  It is safe to select, but only do so if you
# need it.