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

Commit 168d74cd authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "of: Make CONFIG_OF_KOBJ configurable"

parents 19e25104 317adbaa
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.