mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 21:29:05 +00:00
22 lines
472 B
Text
22 lines
472 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config SYSTEM_ZONEINFO
|
|
bool "TZ database"
|
|
default n
|
|
depends on LIBC_LOCALTIME
|
|
---help---
|
|
Build the TZ/Olson database.
|
|
|
|
if SYSTEM_ZONEINFO
|
|
|
|
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
|