summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 0ea32d963b..1ffc826308 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -180,6 +180,12 @@ menu "flash "
config CMD_FLASH
tristate
prompt "protect/erase"
+
+config CMD_UBI
+ tristate
+ default y if UBI
+ prompt "ubimkvol, ubirmvol, ubiattach"
+
endmenu