diff --git a/pkg/Kconfig b/pkg/Kconfig index 95c1df6904..4eb8695c0f 100644 --- a/pkg/Kconfig +++ b/pkg/Kconfig @@ -9,6 +9,7 @@ menu "Packages" rsource "driver_bme680/Kconfig" rsource "semtech-loramac/Kconfig" rsource "tinydtls/Kconfig" +rsource "umorse/Kconfig" rsource "wakaama/Kconfig" endmenu # Packages diff --git a/pkg/umorse/Kconfig b/pkg/umorse/Kconfig new file mode 100644 index 0000000000..5044d3e723 --- /dev/null +++ b/pkg/umorse/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 PACKAGE_UMORSE + bool "uMorse - Morse code encoder" + depends on MODULE_POSIX_SLEEP