From 2b95efeda31408f4727029b897dbdc38c0243cb2 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 27 Apr 2022 11:41:38 +0200 Subject: [PATCH] pkg/nanors: model in Kconfig --- pkg/Kconfig | 1 + pkg/nanors/Kconfig | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 pkg/nanors/Kconfig 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