summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-12 21:52:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-12 21:52:04 +0000
commit85ef12a1dab5e00054441f7a174e794077363206 (patch)
tree1a677683547e6004a03c65e5a1c39d8e7212b3c2 /nuttx/fs
parent60f90714242cfb8c972b881425a21a6be33676b1 (diff)
downloadpx4-nuttx-85ef12a1dab5e00054441f7a174e794077363206.tar.gz
px4-nuttx-85ef12a1dab5e00054441f7a174e794077363206.tar.bz2
px4-nuttx-85ef12a1dab5e00054441f7a174e794077363206.zip
Kconfig update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/fat/Kconfig14
1 files changed, 6 insertions, 8 deletions
diff --git a/nuttx/fs/fat/Kconfig b/nuttx/fs/fat/Kconfig
index 8c9617af7..4caf300b3 100644
--- a/nuttx/fs/fat/Kconfig
+++ b/nuttx/fs/fat/Kconfig
@@ -38,16 +38,14 @@ config FAT_LFN
config FAT_MAXFNAME
int "FAT maximum file name size"
- default n
depends on FAT_LFN
---help---
- If CONFIG_FAT_LFN is defined, then the
- default, maximum long file name is 255 bytes. This can eat up
- a lot of memory (especially stack space). If you are willing
- to live with some non-standard, short long file names, then
- define this value. A good choice would be the same value as
- selected for CONFIG_NAME_MAX which will limit the visibility
- of longer file names anyway.
+ If CONFIG_FAT_LFN is defined, then the default, maximum long file
+ name is 255 bytes. This can eat up a lot of memory (especially stack
+ space). If you are willing to live with some non-standard, short long
+ file names, then define this value to be something more reasonable. A
+ good choice would be the same value as selected for NAME_MAX which will
+ limit the visibility of longer file names anyway.
config FS_FATTIME
bool "FAT timestamps"