aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorChris Packham2019-04-13 21:13:57 +1200
committerTom Rini2019-05-10 07:18:13 -0400
commit661bbc50d3274ddc86245b8cd4a552956ccaffdf (patch)
treebcfe0e1d7a95265f2b05f83015b7fac4dc65f8de /drivers/mtd
parent2b841dba5ccea242fce12d5a3142042138c5a23a (diff)
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 <rpjday@crashcourse.ca> Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/ubi/Kconfig1
1 files changed, 0 insertions, 1 deletions
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