mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-17 02:13:30 +00:00
15 lines
273 B
Text
15 lines
273 B
Text
#
|
|
# 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
|
|
|