summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:45 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:45 +0200
commit3dcea5f3a8c2c009f2c662733d5ade3646ae67ad (patch)
tree9d9639bf01026ad4d5a5ad7407c57f7b43199222 /common/Kconfig
parent95bc68baed61939b215c7bea521463830b0ee595 (diff)
downloadbarebox-3dcea5f3a8c2c009f2c662733d5ade3646ae67ad.tar.gz
barebox-3dcea5f3a8c2c009f2c662733d5ade3646ae67ad.tar.xz
svn_rev_343
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig29
1 files changed, 29 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 6dbe1d56bf..2735602262 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -21,6 +21,10 @@ config CMDLINE_EDITING
bool
prompt "Enable command line editing"
+config AUTO_COMPLETE
+ bool
+ prompt "Enable auto completion"
+
config SIMPLE_READLINE
bool
default y
@@ -67,6 +71,12 @@ config DYNAMIC_CRC_TABLE
help
Saying yes to this option saves around 800 bytes of binary size.
If unsure say yes.
+
+config ERRNO_MESSAGES
+ bool
+ prompt "print error values as text"
+ default y
+
endmenu
menu "Commands"
@@ -79,10 +89,29 @@ config CMD_EDIT
bool
prompt "edit"
+config CMD_EXEC
+ bool
+ prompt "exec"
+
+config CMD_ENVIRONMENT
+ bool
+ depends on FS
+ prompt "envsave / envload"
+
config CMD_CONSOLE
bool
prompt "coninfo"
+config CMD_ENV
+ bool
+ default y
+ prompt "getenv/setenv"
+
+config CMD_HELP
+ bool
+ default y
+ prompt "help"
+
config CMD_MII
bool
prompt "mii"