summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:13 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:13 +0200
commit4b07af6730d2811363f158f5175138116038f7b9 (patch)
tree206044270884f80204a2da69e02ca3b6f5803185 /common/Kconfig
parentd08c60e9d77dc0f83946cd702d383451865e66dd (diff)
downloadbarebox-4b07af6730d2811363f158f5175138116038f7b9.tar.gz
barebox-4b07af6730d2811363f158f5175138116038f7b9.tar.xz
svn_rev_643
structure cleanup
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig158
1 files changed, 0 insertions, 158 deletions
diff --git a/common/Kconfig b/common/Kconfig
index fe3d9698d9..be6b31d5c3 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1,10 +1,4 @@
-config ZLIB
- bool
-
-config BZLIB
- bool
-
config GREGORIAN_CALENDER
bool
@@ -67,14 +61,6 @@ config ZERO_BOOTDELAY_CHECK
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.
-
config ERRNO_MESSAGES
bool
prompt "print error values as text"
@@ -114,150 +100,6 @@ config OF_FLAT_TREE
endmenu
-
-menu "Commands "
-
-menu "scripting "
-
-config CMD_EDIT
- bool
- prompt "edit"
-
-config CMD_EXEC
- bool
- prompt "exec"
-
-config CMD_SLEEP
- bool
- prompt "sleep"
-
-config CMD_ENVIRONMENT
- bool
- prompt "saveenv / loadenv"
-
-config CMD_HELP
- bool
- default y
- prompt "help"
-
-endmenu
-
-
-menu "console "
-
-config CMD_CLEAR
- bool
- prompt "clear"
-
-config CMD_CONSOLE
- bool
- prompt "coninfo"
-
-config CMD_ECHO
- bool
- prompt "echo"
-
-config CMD_SPLASH
- bool
- prompt "splash"
-
-endmenu
-
-
-menu "i2c "
-
-config CMD_I2C
- bool
- prompt "i2c"
-
-endmenu
-
-
-menu "memory "
-
-config CMD_LOADB
- bool
- prompt "loadb"
-
-config CMD_LOADS
- bool
- prompt "loads"
-
-config CMD_SAVES
- bool
- depends on CMD_LOADS
- prompt "saves"
-
-config CMD_MEMINFO
- bool
- prompt "meminfo"
-
-config CMD_MEMORY
- bool
- prompt "md, mm, mw and several others"
-
-config CMD_MTEST
- bool
- prompt "mtest"
-
-config CMD_MTEST_ALTERNATIVE
- bool
- depends on CMD_MTEST
- prompt "alternative mtest implementation"
-
-config CMD_MTEST_START
- hex
- depends on CMD_MTEST
- prompt "mtest start address"
-
-config CMD_MTEST_END
- hex
- depends on CMD_MTEST
- prompt "mtest end address"
-
-endmenu
-
-
-menu "network "
-
-config CMD_MII
- bool
- prompt "mii"
-
-endmenu
-
-
-menu "flash "
-
-config CMD_FLASH
- bool
- prompt "protect/erase/flinfo"
-
-endmenu
-
-
-menu "booting "
-
-config CMD_BOOTM
- bool
- prompt "bootm"
-
-config CMD_BOOTM_ZLIB
- bool
- depends on CMD_BOOTM
- select ZLIB
- prompt "bootm with zlib support"
-
-config CMD_BOOTM_BZLIB
- bool
- depends on CMD_BOOTM
- select BZLIB
- prompt "bootm with bzlib support"
-
-endmenu
-
-endmenu
-
menu "Debugging "
config SKIP_LOWLEVEL_INIT