From: Chris Packham Date: Sat, 13 Apr 2019 09:13:57 +0000 (+1200) Subject: mtd: ubi: Remove select for non existent option X-Git-Tag: v2019.07-rc2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661bbc50d3274ddc86245b8cd4a552956ccaffdf;p=pandora-u-boot.git mtd: ubi: Remove select for non existent option There is no 'config CRC32' remove the select that was attempting to use it. Reported-by: Robert P. J. Day Signed-off-by: Chris Packham Reviewed-by: Heiko Schocher --- diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig index cf847833562..2b17eae9470 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