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

cpu/cc26x0_cc13x0: model Kconfig

This commit is contained in:
Leandro Lanzieri 2021-11-19 10:52:08 +01:00
parent c68fce0850
commit 7237002ead
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 19 additions and 0 deletions

View File

@ -12,6 +12,9 @@ config CPU_FAM_CC26X0
select HAS_CPU_CC26X0_CC13X0
select HAS_CORTEXM_MPU
select MODULE_CC26XX_CC13XX if TEST_KCONFIG
select MODULE_CC26X0_DRIVERLIB if TEST_KCONFIG
config CPU_FAM_CC13X0
bool
select CPU_CORE_CORTEX_M3
@ -19,6 +22,8 @@ config CPU_FAM_CC13X0
select HAS_CPU_CC26X0_CC13X0
select HAS_CORTEXM_MPU
select MODULE_CC26XX_CC13XX if TEST_KCONFIG
## CPU Models
config CPU_MODEL_CC26X0F128
bool
@ -47,3 +52,4 @@ config CPU
default "cc26x0_cc13x0"
source "$(RIOTCPU)/cc26xx_cc13xx/Kconfig"
rsource "vendor/driverlib/Kconfig"

View File

@ -0,0 +1,13 @@
# 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 MODULE_CC26X0_DRIVERLIB
bool
depends on TEST_KCONFIG
depends on CPU_FAM_CC26X0
help
Functions for SetupTrimDevice.