summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-06-01 17:35:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-06-03 09:07:38 +0200
commit3dae29d7d04bc88cfe78ab6884b374e6ef8f2c5d (patch)
tree1d00c0bb5cd6739ffecf2d7c713a7161142d1a56 /common
parent9d79a962d089bf6a879c11fb13e5c51396bddf64 (diff)
downloadbarebox-3dae29d7d04bc88cfe78ab6884b374e6ef8f2c5d.tar.gz
barebox-3dae29d7d04bc88cfe78ab6884b374e6ef8f2c5d.tar.xz
state: select CRC32
The raw state backend uses crc32 unconditionally, so make sure it's present. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
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