summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorsascha <sascha@nomad.localdomain>2007-10-19 11:28:58 +0200
committersascha <sascha@nomad.localdomain>2007-10-19 11:28:58 +0200
commit8a46c1102f7772a5c890da6512988d09c33686a2 (patch)
tree731758bfaa3153b6fd79be44a0b290779e61524c /commands/Kconfig
parent95db50e812816127caf570449205a80cd626c263 (diff)
downloadbarebox-8a46c1102f7772a5c890da6512988d09c33686a2.tar.gz
barebox-8a46c1102f7772a5c890da6512988d09c33686a2.tar.xz
move readline command to a file of its own
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 6ec703133b..8d1ca9da39 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -27,6 +27,10 @@ config CMD_HELP
default y
prompt "help"
+config CMD_READLINE
+ tristate
+ prompt "readline"
+
endmenu
menu "file commands "