Skip to content
Snippets Groups Projects
Commit 2bc734b1 authored by Maxime Ripard's avatar Maxime Ripard Committed by Jagan Teki
Browse files

cmd: ubifs: Add a dependency on CMD_UBI


CMD_UBIFS can't compile without CMD_UBI enabled. Make sure we can't end up
in that case.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarHeiko Schocher <hs@denx.de>
parent ed8f2a28
No related branches found
No related tags found
No related merge requests found
......@@ -858,6 +858,7 @@ config CMD_UBI
config CMD_UBIFS
tristate "Enable UBIFS - Unsorted block images filesystem commands"
depends on CMD_UBI
select CRC32
select RBTREE if ARCH_SUNXI
select LZO if ARCH_SUNXI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment