diff --git a/sys/sema/Kconfig b/sys/sema/Kconfig new file mode 100644 index 0000000000..49b7e903f5 --- /dev/null +++ b/sys/sema/Kconfig @@ -0,0 +1,11 @@ +# 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_SEMA + bool "Semaphore" + depends on TEST_KCONFIG + select MODULE_XTIMER