summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/tools/kconfig-language.txt2
-rw-r--r--nuttx/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/tools/kconfig-language.txt b/misc/tools/kconfig-language.txt
index 44e2649fb..a686f9cd6 100644
--- a/misc/tools/kconfig-language.txt
+++ b/misc/tools/kconfig-language.txt
@@ -117,7 +117,7 @@ applicable everywhere (see syntax).
This attribute is only applicable to menu blocks, if the condition is
false, the menu block is not displayed to the user (the symbols
contained there can still be selected by other symbols, though). It is
- similar to a conditional "prompt" attribude for individual menu
+ similar to a conditional "prompt" attribute for individual menu
entries. Default value of "visible" is true.
- numerical ranges: "range" <symbol> <symbol> ["if" <expr>]
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 2c8c9b26e..10d624efb 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -7,7 +7,7 @@ mainmenu "Nuttx/$ARCH Configuration"
config APPSDIR
string
- default "../apps"
+ option env="APPSDIR"
# This is a temporary kludge to let the build system know that we are using the new
# configuration system