summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:14 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:14 +0200
commitb2c5310d4da56237571bb8ea8d24b030c941030f (patch)
treec2c39f8c1ebdad8c3e69af86cb3c105434212edd /common/Kconfig
parentfda840672d0eb662ddf4c7080532fe2dfeb0b0b1 (diff)
downloadbarebox-b2c5310d4da56237571bb8ea8d24b030c941030f.tar.gz
barebox-b2c5310d4da56237571bb8ea8d24b030c941030f.tar.xz
svn_rev_653
restructure tree, add reginfo command
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