summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDirk Brandewie <dirk.j.brandewie@intel.com>2015-09-29 07:08:58 -0700
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:24:20 -0500
commitc033a6d609300a58a07f35711f58e7285d98b897 (patch)
tree43d1bd2fdacd30e41d4b736f9a8bb597f35f56d3 /misc
parent3012166000a079d53a2dfd16364e4f26d782fb14 (diff)
misc/kconfig: remove references to non-existant features
Cleanup help text to remove references to non-existant features Change-Id: I360cdf3de4d6132f1ffdde627004b730b3392299 Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/Kconfig b/misc/Kconfig
index 7b65d1397..549f6b6bf 100644
--- a/misc/Kconfig
+++ b/misc/Kconfig
@@ -86,15 +86,12 @@ config COMPILER_OPT
default ""
help
This option is a free-form string that is passed to the compiler
- when building all parts of a project (i.e. kernel, LKMs, and USAPs).
+ when building all parts of a project (i.e. kernel).
The compiler options specified by this string supplement the
pre-defined set of compiler supplied by the build system,
and can be used to change compiler optimization, warning and error
messages, and so on.
- A given LKM or USAP can override this setting by means of the
- OVERRIDE_COMPILER_OPT make variable in its Makefile.
-
config TOOLCHAIN_VARIANT
string "Cross-compiler variant name"
help