]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/Kconfig
kconfig: introduce kconfig for UBI
[people/ms/u-boot.git] / cmd / Kconfig
index d28da54ed6595403964a0079e4d9972d3a84a1eb..9ed7976f5857aa7964d4940dbafacfc4fcb62b45 100644 (file)
@@ -705,4 +705,16 @@ config CMD_FS_GENERIC
          fs types.
 endmenu
 
+config CMD_UBI
+       tristate "Enable UBI - Unsorted block images commands"
+       select CRC32
+       select MTD_UBI
+       help
+         UBI is a software layer above MTD layer which admits use of LVM-like
+         logical volumes on top of MTD devices, hides some complexities of
+         flash chips like wear and bad blocks and provides some other useful
+         capabilities. Please, consult the MTD web site for more details
+         (www.linux-mtd.infradead.org). Activate this option if you want
+         to use U-Boot UBI commands.
+
 endmenu