From 3dae29d7d04bc88cfe78ab6884b374e6ef8f2c5d Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Wed, 1 Jun 2016 17:35:46 +0200 Subject: state: select CRC32 The raw state backend uses crc32 unconditionally, so make sure it's present. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index a8c1855aab..c321090de0 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -818,6 +818,7 @@ config POLLER config STATE bool "generic state infrastructure" + select CRC32 select ENVIRONMENT_VARIABLES select OFTREE select PARAMETER -- cgit v1.2.3