summaryrefslogtreecommitdiff
path: root/apps/system/zoneinfo/Kconfig
blob: fbbe4b00a42e710131f29cf0ca9872e3711be1db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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