From: Karl Beldan Date: Wed, 12 Jul 2017 16:11:43 +0000 (+0000) Subject: ubi: Kconfig: Fix MTD_UBI selection dependency X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=fc94f209a86f6db9dc4689545a16ce95a0fd274d ubi: Kconfig: Fix MTD_UBI selection dependency Remove the ARCH_SUNXI dependency on selection of RBTREE. Cc: Boris Brezillon Cc: Maxime Ripard Cc: Jagan Teki Signed-off-by: Karl Beldan Reviewed-by: Tom Rini --- diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig index cb9ba78681..165273e438 100644 --- a/drivers/mtd/ubi/Kconfig +++ b/drivers/mtd/ubi/Kconfig @@ -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