summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:41 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:41 +0200
commit437dcca15447bff87580fc58753a19bb41782046 (patch)
tree0d682dace5f6ca3e0bf999d8d99b26e2c09b9696 /common/Kconfig
parent1a15aa9b128ea3777a8722d260b2bd54a9692228 (diff)
downloadbarebox-437dcca15447bff87580fc58753a19bb41782046.tar.gz
barebox-437dcca15447bff87580fc58753a19bb41782046.tar.xz
svn_rev_303
add CMD_EDIT and DYNAMIC_CRC_TABLE
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 3035f3cf86..366a8b4b11 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -47,9 +47,16 @@ config PROMPT_HUSH_PS2
config ZERO_BOOTDELAY_CHECK
bool
- prompt "Eanble stop boot process with bootdelay = 0"
+ prompt "Enable stop boot process with bootdelay = 0"
default y
+config DYNAMIC_CRC_TABLE
+ bool
+ 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.
endmenu
menu "Commands"
@@ -58,6 +65,10 @@ config CMD_ECHO
bool
prompt "echo"
+config CMD_EDIT
+ bool
+ prompt "edit"
+
config CMD_CONSOLE
bool
prompt "coninfo"