]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ubi: Kconfig: Fix MTD_UBI selection dependency
authorKarl Beldan <karl.beldan-ext@sagemcom.com>
Wed, 12 Jul 2017 16:11:43 +0000 (16:11 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jul 2017 11:33:33 +0000 (07:33 -0400)
Remove the ARCH_SUNXI dependency on selection of RBTREE.

Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Maxime Ripard <maxime.ripard@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>
drivers/mtd/ubi/Kconfig

index cb9ba78681edef0163945fdbc7e89ca7ad0d369e..165273e4389938044d613f8948bb3c9f660e6a97 100644 (file)
@@ -3,7 +3,7 @@ menu "UBI support"
 config MTD_UBI
        bool "Enable UBI - Unsorted block images"
        select CRC32
-       select RBTREE if ARCH_SUNXI
+       select RBTREE
        help
          UBI is a software layer above MTD layer which admits of LVM-like
          logical volumes on top of MTD devices, hides some complexities of