Skip to content

Commit

Permalink
sys/sema: Add Kconfig support
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Feb 22, 2021
1 parent 37d640a commit 02d19b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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

0 comments on commit 02d19b0

Please sign in to comment.