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:
parent
c68fce0850
commit
7237002ead
@ -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"
|
||||
|
13
cpu/cc26x0_cc13x0/vendor/driverlib/Kconfig
vendored
Normal file
13
cpu/cc26x0_cc13x0/vendor/driverlib/Kconfig
vendored
Normal 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.
|
Loading…
Reference in New Issue
Block a user