nuttx-apps/system/zoneinfo/Kconfig

16 lines
273 B
Plaintext
Raw Normal View History

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config SYSTEM_ZONEINFO
bool "TZ database"
default n
depends on LIBC_LOCALTIME && EXPERIMENTAL
---help---
Build the TZ/Olson database.
if SYSTEM_ZONEINFO
endif