From a1a7620dfdd829820beb511dd8a4d2ac261c78f4 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 28 Nov 2014 07:39:34 +0100 Subject: fs: bpkfs: select CRC32 Signed-off-by: Sascha Hauer --- fs/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/Kconfig') diff --git a/fs/Kconfig b/fs/Kconfig index 64fc1176a6..cc3e3349ba 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -61,6 +61,7 @@ source fs/ubifs/Kconfig config FS_BPKFS bool + select CRC32 prompt "BPKFS support" help Simple update file format developed for Somfy, tools and library are -- cgit v1.2.3