Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIR
This commit is contained in:
parent
4859d610dd
commit
22811f0358
10
fs/Kconfig
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user