summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-09 22:37:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-09 22:37:52 +0000
commit1ac3cb8a10935e866f6edc6eb294a1f1a33c5e74 (patch)
tree0b6bd4900f94f1c05bdac8acc492c4197ae925f3 /nuttx/Kconfig
parent332cf8e16d4b3ade203b6f886c152a25c1972591 (diff)
downloadpx4-nuttx-1ac3cb8a10935e866f6edc6eb294a1f1a33c5e74.tar.gz
px4-nuttx-1ac3cb8a10935e866f6edc6eb294a1f1a33c5e74.tar.bz2
px4-nuttx-1ac3cb8a10935e866f6edc6eb294a1f1a33c5e74.zip
Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5326 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig20
1 files changed, 19 insertions, 1 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index b647a49f8..90fe74f25 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -53,10 +53,28 @@ config WINDOWS_MSYS
bool "MSYS"
config WINDOWS_OTHER
- bool "Other"
+ bool "Other POSIX-like environment"
endchoice
+config WINDOWS_MKLINK
+ bool "Use mklink"
+ default y
+ depends on HOST_WINDOWS
+ ---help---
+ Use the mklink command to set up symbolic links when NuttX is
+ configured. Otherwise, configuration directories will be copied to
+ establish the configuration.
+
+ If directories are copied, then some confusion can result ("Which
+ version of the file did I modify?"). In that case, it is recommended
+ that you re-build using 'make clean_context all'. That will cause the
+ configured directories to be recopied on each build.
+
+ NOTE: This option also (1) that you have administrator privileges, (2)
+ that you are using Windows 2000 or better, and (3) that you are using
+ the NTFS file system. Select 'n' is that is not the case.
+
menu "Build Configuration"
config APPS_DIR