提交 173aafbf 编写于 作者: B Boris Brezillon 提交者: Jagan Teki

cmd: Expose a Kconfig option to enable UBIFS commands

Create a new Kconfig entry to allow CMD_UBIFS selection from Kconfig and
add an hidden LZO option that can be selected by CMD_UBIFS.
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: NJagan Teki <jagan@openedev.com>
上级 aa049152
......@@ -835,4 +835,12 @@ config CMD_UBI
(www.linux-mtd.infradead.org). Activate this option if you want
to use U-Boot UBI commands.
config CMD_UBIFS
tristate "Enable UBIFS - Unsorted block images filesystem commands"
select CRC32
select RBTREE if ARCH_SUNXI
select LZO if ARCH_SUNXI
help
UBIFS is a file system for flash devices which works on top of UBI.
endmenu
......@@ -135,6 +135,8 @@ config LZ4
frame format currently (2015) implemented in the Linux kernel
(generated by 'lz4 -l'). The two formats are incompatible.
config LZO
bool
endmenu
config ERRNO_STR
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册