2015-04-14 11:21:20 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2015-04-14 11:21:20 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_ZONEINFO
|
|
|
|
bool "TZ database"
|
|
|
|
default n
|
2015-04-14 14:17:55 -06:00
|
|
|
depends on LIBC_LOCALTIME
|
2015-04-14 11:21:20 -06:00
|
|
|
---help---
|
|
|
|
Build the TZ/Olson database.
|
|
|
|
|
|
|
|
if SYSTEM_ZONEINFO
|
|
|
|
|
2015-04-15 08:39:44 -06: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
|