summaryrefslogtreecommitdiff
path: root/apps/system/zoneinfo/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/zoneinfo/Kconfig')
-rw-r--r--apps/system/zoneinfo/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/system/zoneinfo/Kconfig b/apps/system/zoneinfo/Kconfig
new file mode 100644
index 000000000..fbbe4b00a
--- /dev/null
+++ b/apps/system/zoneinfo/Kconfig
@@ -0,0 +1,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
+