From fdabcf150f1c048650ec19cc30139222bb5ce15c Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Fri, 13 Nov 2020 16:49:54 +0100 Subject: [PATCH] sys/saul_reg: add module to Kconfig --- sys/Kconfig | 1 + sys/saul_reg/Kconfig | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 sys/saul_reg/Kconfig diff --git a/sys/Kconfig b/sys/Kconfig index 9030fe7f35..b544ea23f9 100644 --- a/sys/Kconfig +++ b/sys/Kconfig @@ -21,6 +21,7 @@ rsource "Kconfig.stdio" rsource "od/Kconfig" rsource "phydat/Kconfig" rsource "pm_layered/Kconfig" +rsource "saul_reg/Kconfig" rsource "schedstatistics/Kconfig" rsource "shell/Kconfig" rsource "test_utils/Kconfig" diff --git a/sys/saul_reg/Kconfig b/sys/saul_reg/Kconfig new file mode 100644 index 0000000000..ec28fa4f66 --- /dev/null +++ b/sys/saul_reg/Kconfig @@ -0,0 +1,11 @@ +# Copyright (c) 2020 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_SAUL_REG + bool "Global sensor/actuator registry for SAUL devices" + depends on MODULE_SAUL + depends on TEST_KCONFIG