summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-05 07:49:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-05 07:49:20 -0600
commit8d32bce60e8345d3ab90dbf5018234dac53df162 (patch)
treec452d096b475925bf329b0048e1317a5a9b16bc1 /nuttx
parentc803bfc335ba2d965d8ae784511a4a59766e82e4 (diff)
downloadpx4-nuttx-8d32bce60e8345d3ab90dbf5018234dac53df162.tar.gz
px4-nuttx-8d32bce60e8345d3ab90dbf5018234dac53df162.tar.bz2
px4-nuttx-8d32bce60e8345d3ab90dbf5018234dac53df162.zip
Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIR
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/fs/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/fs/Kconfig b/nuttx/fs/Kconfig
index 8de3f51b0..92828d9ac 100644
--- a/nuttx/fs/Kconfig
+++ b/nuttx/fs/Kconfig
@@ -61,6 +61,16 @@ source fs/smartfs/Kconfig
source fs/binfs/Kconfig
source fs/procfs/Kconfig
+config LIBC_TMPDIR
+ string "Temporary file directory"
+ default "/tmp"
+ depends on FS_WRITABLE
+ ---help---
+ If a write-able file system is selected, this string will be
+ provided to specify the full path to a directory where temporary
+ files can be created. This would be a good application of RAM disk:
+ To provide temporary storage for application data.
+
comment "System Logging"
config SYSLOG