From 218f7bfe0ce17d899d00a51d0b711d732bbc60ea Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Mon, 23 Mar 2020 14:01:52 +0100 Subject: [PATCH] cpu/saml21: Add Kconfig file --- cpu/saml21/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cpu/saml21/Kconfig diff --git a/cpu/saml21/Kconfig b/cpu/saml21/Kconfig new file mode 100644 index 0000000000..7b86fbbc19 --- /dev/null +++ b/cpu/saml21/Kconfig @@ -0,0 +1,8 @@ +# 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. +# + +source "$(RIOTCPU)/sam0_common/Kconfig"