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

cpu/cc26xx_cc13xx: model Kconfig

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

View File

@ -84,3 +84,15 @@ endif # CC26XX_CC13XX_ROM_BOOTLOADER
endif # CC26XX_CC13XX_UPDATE_CCFG
source "$(RIOTCPU)/cortexm_common/Kconfig"
config MODULE_CC26XX_CC13XX
bool
depends on TEST_KCONFIG
depends on CPU_COMMON_CC26XX_CC13XX
select MODULE_PERIPH_COMMON
select MODULE_CC26XX_CC13XX_PERIPH
default y
help
Common code for TI cc26xx/cc13xx family.
rsource "periph/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_CC26XX_CC13XX_PERIPH
bool
depends on TEST_KCONFIG
depends on CPU_COMMON_CC26XX_CC13XX
help
Common peripheral drivers for TI cc26xx/cc13xx family.