fix dependencies of FEATURE_GETOPT_LONG

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-07-04 16:50:43 +02:00
parent fca70a8cce
commit b22bbfffec
6 changed files with 9 additions and 9 deletions

View File

@@ -253,9 +253,9 @@ config GETOPT
config FEATURE_GETOPT_LONG
bool "Support option -l"
default y if LONG_OPTS
depends on GETOPT
help
Enable support for recognising long options using the -l option to
getopt.
Enable support for long options (option -l).
config HEXDUMP
bool "hexdump"