summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/common/Kconfig b/common/Kconfig
index be6b31d5c3..124dd88f07 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -56,10 +56,14 @@ config PROMPT_HUSH_PS2
prompt "hush PS2"
default "> "
-config ZERO_BOOTDELAY_CHECK
+config DYNAMIC_CRC_TABLE
bool
- prompt "Enable stop boot process with bootdelay = 0"
+ depends on CRC32
+ prompt "Generate the crc32 table dynamically"
default y
+ help
+ Saying yes to this option saves around 800 bytes of binary size.
+ If unsure say yes.
config ERRNO_MESSAGES
bool