build system: tidying up CONFIG_xxx names (suggested by Rob)

This commit is contained in:
Denis Vlasenko
2008-11-06 00:49:59 +00:00
parent 202ac504e1
commit 35a064b67f
19 changed files with 57 additions and 59 deletions

View File

@@ -256,18 +256,18 @@ config BUSYBOX_EXEC_PATH
# These are auto-selected by other options
config FEATURE_SYSLOG
bool "Support for logging to syslog"
bool #No description makes it a hidden option
default n
help
This option is auto-selected when you select any applet which may
send its output to syslog. You do not need to select it manually.
#help
# This option is auto-selected when you select any applet which may
# send its output to syslog. You do not need to select it manually.
config FEATURE_HAVE_RPC
bool "RPC support"
bool #No description makes it a hidden option
default n
help
This is automatically selected if any of enabled applets need it.
You do not need to select it manually.
#help
# This is automatically selected if any of enabled applets need it.
# You do not need to select it manually.
endmenu