summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index ad65fec409..0189b4715b 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -2106,6 +2106,18 @@ config CMD_OF_FIXUP_STATUS
Register a fixup to enable or disable a device tree node.
Nodes are enabled on default. Disabled with -d.
+config CMD_OF_OVERLAY
+ tristate
+ select OF_OVERLAY
+ prompt "of_overlay"
+ help
+ of_overlay - register device tree overlay as fixup
+
+ Usage: of_overlay [-S path] FILE
+
+ Options:
+ -S path load firmware using this search path
+
config CMD_OFTREE
tristate
select OFTREE