summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-09 23:19:54 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-12 16:28:23 +0100
commit8413d78ab3e3062641dbe3069fcd454858244679 (patch)
tree5d6ba1e6b049c0b8c12ee703851ec410a6c5763e /commands/Kconfig
parent2966bba2160e3d9e828c1eadcd9a35a84878e664 (diff)
downloadbarebox-8413d78ab3e3062641dbe3069fcd454858244679.tar.gz
barebox-8413d78ab3e3062641dbe3069fcd454858244679.tar.xz
separating environment commands, part 2
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 133a16ae64..0725ec0c1e 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -18,9 +18,15 @@ config CMD_SLEEP
tristate
prompt "sleep"
-config CMD_ENVIRONMENT
+config CMD_SAVEENV
tristate
- prompt "saveenv / loadenv"
+ select ENV_HANDLING
+ prompt "saveenv"
+
+config CMD_LOADENV
+ tristate
+ select ENV_HANDLING
+ prompt "loadenv"
config CMD_EXPORT
tristate