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

Commit 317adbaa authored by Patrick Daly's avatar Patrick Daly
Browse files

of: Make CONFIG_OF_KOBJ configurable



Add help text in order to allow this option to be selectable from
menuconfig.

Change-Id: I5755037ba3488fc1eff83d68148c5b417d6fccb9
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent b98e655c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -47,7 +47,13 @@ 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.