aboutsummaryrefslogtreecommitdiff
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
commit07c9ee788cd985e015f4b9665f1ef35e74fd3b57 (patch)
tree0b6bd4900f94f1c05bdac8acc492c4197ae925f3 /nuttx/Kconfig
parentb5167ec3a4f1096bc1ef7874541277fca4e01b72 (diff)
downloadpx4-firmware-07c9ee788cd985e015f4b9665f1ef35e74fd3b57.tar.gz
px4-firmware-07c9ee788cd985e015f4b9665f1ef35e74fd3b57.tar.bz2
px4-firmware-07c9ee788cd985e015f4b9665f1ef35e74fd3b57.zip
Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape support
git-svn-id: http://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