From eafab2188393de54e3503b6d2c9059d5bb612a32 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 27 Nov 2014 16:07:17 +0100 Subject: fs: uImagefs: select crc32 It needs it. Signed-off-by: Sascha Hauer --- fs/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'fs') diff --git a/fs/Kconfig b/fs/Kconfig index 64fc1176a6..04616b0ddb 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -76,6 +76,7 @@ config FS_BPKFS config FS_UIMAGEFS bool + select CRC32 prompt "uImage FS support" endmenu -- cgit v1.2.3