summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorKarl Beldan <karl.beldan-ext@sagemcom.com>2017-07-12 16:11:47 +0000
committerTom Rini <trini@konsulko.com>2017-07-24 07:33:34 -0400
commit24fc9531a14e3d57c6e6afe4df15dc020e7b55d6 (patch)
tree16bff19814832235f548d9d5124d58024b9639c5 /cmd/Kconfig
parent22cf953a407a8e44746de121a5ab2a78e8e3f24c (diff)
cmd: Kconfig: Fix CMD_UBIFS dependencies
Remove the ARCH_SUNXI and RBTREE dependencies. CMD_UBIFS already gets RBTREE from CMD_UBI (from MTD_UBI), and should the first become independant from the latter, there would likely be a dependency on MTD_UBI anyway. Cc: Boris Brezillon <boris.brezillon@free-electrons.com> Cc: Jagan Teki <jagan@openedev.com> Signed-off-by: Karl Beldan <karl.beldan-ext@sagemcom.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 92576f5734..8766243f0c 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1269,8 +1269,7 @@ 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
+ select LZO
default y if NAND_SUNXI
help
UBIFS is a file system for flash devices which works on top of UBI.