From b7d4d83d5c94ae55e9da8912bf3008887d1d0ab0 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Tue, 16 Feb 2021 15:49:06 +0100 Subject: [PATCH] sys/timex: Add Kconfig support --- sys/timex/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/timex/Kconfig diff --git a/sys/timex/Kconfig b/sys/timex/Kconfig new file mode 100644 index 0000000000..5077fde79f --- /dev/null +++ b/sys/timex/Kconfig @@ -0,0 +1,10 @@ +# Copyright (c) 2021 HAW Hamburg +# +# This file is subject to the terms and conditions of the GNU Lesser +# General Public License v2.1. See the file LICENSE in the top level +# directory for more details. +# + +config MODULE_TIMEX + bool "Timestamp utility" + depends on TEST_KCONFIG