summaryrefslogtreecommitdiff
path: root/nuttx/libc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/Kconfig')
-rw-r--r--nuttx/libc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/libc/Kconfig b/nuttx/libc/Kconfig
index 5ea546aa9..967a9f4d4 100644
--- a/nuttx/libc/Kconfig
+++ b/nuttx/libc/Kconfig
@@ -285,6 +285,16 @@ config LIBC_TZDIR
endif
+config TIME_EXTENDED
+ bool "Add day of week, year support"
+ default "n"
+ ---help---
+ Selecting TIME_EXTENDED adds tm_wday, tm_yday and tm_isdst
+ to the tm struct. This allows integration with 3rd party libraries
+ that expect the tm struct to contain these members.
+
+ Note: tm_isdst is always 0
+
config LIB_SENDFILE_BUFSIZE
int "sendfile() buffer size"
default 512