2015-04-14 11:21:20 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
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
|
|
|
|
endif
|
|
|
|
|