summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-05-13 10:28:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-14 10:03:49 +0200
commit2071940c76e872a67f9a4de6ba6d47bb570c876c (patch)
treec2b77eca6a821fea2d5b50461467df0248a38bc5 /common
parentfc0f7eec8249227195b918d5c6e0b30d97d097bb (diff)
downloadbarebox-2071940c76e872a67f9a4de6ba6d47bb570c876c.tar.gz
barebox-2071940c76e872a67f9a4de6ba6d47bb570c876c.tar.xz
commands: move CONFIG_LONGHELP to commands/Kconfig
Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 7a92a59722..1afee9302a 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -294,11 +294,6 @@ config SIMPLE_READLINE
default y
depends on !CMDLINE_EDITING
-config LONGHELP
- bool
- depends on !SHELL_NONE
- prompt "Enable long help texts"
-
config CBSIZE
int
prompt "Buffer size for input from the Console"