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

Commit c80d9b60 authored by Patrick Daly's avatar Patrick Daly Committed by Swathi Sridhar
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 6abb8ebd
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -49,7 +49,13 @@ config OF_PROMTREE
	bool
	bool


config OF_KOBJ
config OF_KOBJ
	bool "Display devicetree in sysfs"
	def_bool 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
# Hardly any platforms need this.  It is safe to select, but only do so if you
# need it.
# need it.