summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJules Maselbas <jmaselbas@kalray.eu>2021-09-07 14:45:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-05 13:51:12 +0200
commit3a1ab7ccebd47ba349e8ee0b12adc51826994976 (patch)
tree51dfaf6ee74f7da991630a05c2fa61be20f775f5 /common
parentc65e1b8a12fad7f60e1e0bee8de3a3a15911265d (diff)
downloadbarebox-3a1ab7ccebd47ba349e8ee0b12adc51826994976.tar.gz
barebox-3a1ab7ccebd47ba349e8ee0b12adc51826994976.tar.xz
common: Select CRC32 dependency for DEFAULT_ENVIRONMENT
The DEFAULT_ENVIRONMENT config enable the compilation of envfs-core.c which depends on CRC32. Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Link: https://lore.barebox.org/20210907124520.24581-1-jmaselbas@kalray.eu 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 a5114c5ab7..70debb9cd5 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -853,6 +853,7 @@ config ENV_HANDLING
startup) will bring them back. If unsure, say yes.
config DEFAULT_ENVIRONMENT
+ select CRC32
bool
default y if ENV_HANDLING
prompt "Compile in default environment"