1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/gecko_sdk: model Kconfig

This commit is contained in:
Leandro Lanzieri 2021-09-28 19:41:08 +02:00
parent 0e62d83edb
commit f1902b30ff
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 31 additions and 0 deletions

View File

@ -17,6 +17,7 @@ rsource "driver_sx126x/Kconfig"
rsource "elk/Kconfig"
rsource "emlearn/Kconfig"
rsource "fff/Kconfig"
rsource "gecko_sdk/Kconfig"
rsource "gemmlowp/Kconfig"
rsource "hacl/Kconfig"
rsource "heatshrink/Kconfig"

30
pkg/gecko_sdk/Kconfig Normal file
View File

@ -0,0 +1,30 @@
# 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_GECKO_SDK
bool "Vendor library for EFM/EFR/EZR32 MCUs"
depends on TEST_KCONFIG
help
Vendor library for EFM/EFR/EZR32 targets by Silicon Labs.
See: https://siliconlabs.github.io/Gecko_SDK_Doc/
if PACKAGE_GECKO_SDK
config MODULE_GECKO_SDK_EMLIB
bool
default y
help
EMLIB is a low-level peripheral support library that provides a unified
API for all EFM32, EZR32 and EFR32 MCUs and SoCs from Silicon Labs.
config MODULE_GECKO_SDK_EMLIB_EXTRA
bool
default y
help
Extra utility methods from EMBLIB vendor library.
endif # PACKAGE_GECKO_SDK