From fb31fcb37ac2d7ffffb75ca12abf7b0f4ec987f5 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sat, 13 Apr 2019 21:13:57 +1200 Subject: [PATCH] UPSTREAM: mtd: ubi: Remove select for non existent option There is no 'config CRC32' remove the select that was attempting to use it. Change-Id: I5b21e1689cc2e98af4a24e8a0467935d7e90a215 Reported-by: Robert P. J. Day Signed-off-by: Chris Packham Reviewed-by: Heiko Schocher Signed-off-by: Jon Lin (cherry picked from commit 661bbc50d3274ddc86245b8cd4a552956ccaffdf) --- drivers/mtd/ubi/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig index cf84783356..2b17eae947 100644 --- a/drivers/mtd/ubi/Kconfig +++ b/drivers/mtd/ubi/Kconfig @@ -9,7 +9,6 @@ config CONFIG_UBI_SILENCE_MSG config MTD_UBI bool "Enable UBI - Unsorted block images" - select CRC32 select RBTREE select MTD_PARTITIONS help