summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-28 14:18:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-05 15:07:51 +0200
commit1af56abc0ce6abc5f917d760ff216dc61c6a00ea (patch)
tree1fb4cc75b992cf01b03dde5351376acb02cc881d /commands/Kconfig
parente0677920d6e61e246d6906cd931263d35292dc7e (diff)
downloadbarebox-1af56abc0ce6abc5f917d760ff216dc61c6a00ea.tar.gz
barebox-1af56abc0ce6abc5f917d760ff216dc61c6a00ea.tar.xz
Add UBI commands: ubiattach, ubidetach, ubimkvol, ubirmvol
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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