summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index b9151ed25..4e0b8694d 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -477,6 +477,15 @@ config CMD_OFTREE
The oftree command has support for dumping devicetrees and, if
enabled, to probe devices from the devicetree
+config CMD_OF_PROPERTY
+ tristate
+ select OFTREE
+ select OFDEVICE
+ prompt "of_property"
+ help
+ The of_property command allows setting and deleting of properties in
+ the currently loaded devicetree.
+
endmenu
menu "testing"