summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:18 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:18 +0200
commit89f0c5c94f919445e1398016be0fc97f7bada3b1 (patch)
treea30ab33a276eb73670de464b2a2103b5aacb5b2b /commands/Kconfig
parente24bb529b18eccbe5d1082d6eed0eb7353b756e3 (diff)
downloadbarebox-89f0c5c94f919445e1398016be0fc97f7bada3b1.tar.gz
barebox-89f0c5c94f919445e1398016be0fc97f7bada3b1.tar.xz
svn_rev_701
move do_test to own file and reimplement
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index c09a14e416..4d2cb2c6c7 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -32,42 +32,52 @@ menu "file commands "
config CMD_LS
bool
+ default y
prompt "ls"
config CMD_RM
bool
+ default y
prompt "rm"
config CMD_CAT
bool
+ default y
prompt "cat"
config CMD_MKDIR
bool
+ default y
prompt "mkdir"
config CMD_RMDIR
bool
+ default y
prompt "rmdir"
config CMD_CP
bool
+ default y
prompt "cp"
config CMD_PWD
bool
+ default y
prompt "pwd"
config CMD_CD
bool
+ default y
prompt "cd"
config CMD_MOUNT
bool
+ default y
prompt "mount"
config CMD_UMOUNT
bool
+ default y
prompt "umount"
endmenu
@@ -76,10 +86,12 @@ menu "console "
config CMD_CLEAR
bool
+ default y
prompt "clear"
config CMD_ECHO
bool
+ default y
prompt "echo"
config CMD_SPLASH
@@ -125,6 +137,7 @@ config CMD_MEMINFO
config CMD_MEMORY
bool
+ default y
prompt "md and mw"
config CMD_CRC
@@ -177,6 +190,7 @@ menu "booting "
config CMD_BOOTM
bool
+ default y
select CRC32
prompt "bootm"
@@ -206,6 +220,14 @@ config CMD_PARTITION
bool
prompt "addpart/delpart"
+config CMD_TEST
+ bool
+ depends on HUSH_PARSER
+ default y
+ prompt "test"
+ help
+ shell like test function
+
config CMD_REGINFO
depends on HAS_REGINFO
select REGINFO