2015-04-14 19:21:20 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2015-04-14 19:21:20 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_ZONEINFO
|
|
|
|
bool "TZ database"
|
|
|
|
default n
|
2015-04-14 22:17:55 +02:00
|
|
|
depends on LIBC_LOCALTIME
|
2015-04-14 19:21:20 +02:00
|
|
|
---help---
|
|
|
|
Build the TZ/Olson database.
|
|
|
|
|
|
|
|
if SYSTEM_ZONEINFO
|
|
|
|
|
2015-04-15 16:39:44 +02:00
|
|
|
config SYSTEM_ZONEINFO_ROMFS
|
|
|
|
bool "Build ROMFS filesystem"
|
|
|
|
default n
|
|
|
|
depends on FS_ROMFS
|
|
|
|
---help---
|
|
|
|
Build a mountable ROMFS filesystem containing the TZ database
|
|
|
|
|
|
|
|
endif # SYSTEM_ZONEINFO
|