kconfig: introduce kconfig for UBI
move the UBI config options into Kconfig. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andrew F. Davis <afd@ti.com> Reviewed by: Evgeni Dobrev <evgeni at studio-punkt.com>
This commit is contained in:
+12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user