summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-13 15:50:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-13 15:50:38 +0000
commitd0662978dcc62ea76bb4ec9f45ae3e043597f3c8 (patch)
tree0d4a981885ec7333651b591c7f526653a965ea8b /nuttx/Kconfig
parent84a319c6189cdbe8275a04d8552dbac4c411e25b (diff)
downloadnuttx-d0662978dcc62ea76bb4ec9f45ae3e043597f3c8.tar.gz
nuttx-d0662978dcc62ea76bb4ec9f45ae3e043597f3c8.tar.bz2
nuttx-d0662978dcc62ea76bb4ec9f45ae3e043597f3c8.zip
Mostly cosmetic changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5344 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig12
1 files changed, 10 insertions, 2 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 13e92ebf2..239a791fa 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -45,22 +45,30 @@ choice
config WINDOWS_NATIVE
bool "Windows Native"
+ ---help---
+ Build natively in a CMD.exe environment with Windows style paths (like C:\cgywin\home)
config WINDOWS_CYGWIN
bool "Cygwin"
+- --help---
+ Build natively in a Cygwin environment with POSIX style paths (like /cygdrive/c/cgywin/home)
config WINDOWS_MSYS
bool "MSYS"
+ ---help---
+ Build natively in a Cygwin environment with POSIX style paths (like /cygdrive/c/cgywin/home)
config WINDOWS_OTHER
- bool "Other POSIX-like environment"
+ bool "Windows POSIX-like environment"
+ ---help---
+ Build natively in another POSIX-like environment. Additional support may be necessary
endchoice
config WINDOWS_MKLINK
bool "Use mklink"
default y
- depends on HOST_WINDOWS
+ depends on WINDOWS_NATIVE
---help---
Use the mklink command to set up symbolic links when NuttX is
configured. Otherwise, configuration directories will be copied to