[PATCH 30/30] UBI: select crc32 support
Sascha Hauer
s.hauer at pengutronix.de
Thu Jul 5 15:37:00 EDT 2012
UBI needs this.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
drivers/mtd/ubi/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index 35d321b..2cf474a 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -1,6 +1,7 @@
config UBI
bool "UBI support "
select PARTITION_NEED_MTD
+ select CRC32
help
This enables support for UBI (unsorted block images)
--
1.7.10
More information about the barebox
mailing list