diff --git a/pkg/Kconfig b/pkg/Kconfig index 849292da10..b3d30bee37 100644 --- a/pkg/Kconfig +++ b/pkg/Kconfig @@ -50,6 +50,7 @@ rsource "monocypher/Kconfig" rsource "mynewt-core/Kconfig" rsource "nanocbor/Kconfig" rsource "nanopb/Kconfig" +rsource "nanors/Kconfig" rsource "qcbor/Kconfig" rsource "qdsa/Kconfig" rsource "qr-code-generator/Kconfig" diff --git a/pkg/nanors/Kconfig b/pkg/nanors/Kconfig new file mode 100644 index 0000000000..f773c212f6 --- /dev/null +++ b/pkg/nanors/Kconfig @@ -0,0 +1,10 @@ +# Copyright (c) 2022 +# +# 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_NANORS + bool "Reed-Solomon code implementation package" + depends on TEST_KCONFIG