cpu/cc26xx_cc13xx: model Kconfig
This commit is contained in:
parent
09e0692a85
commit
c68fce0850
@ -84,3 +84,15 @@ endif # CC26XX_CC13XX_ROM_BOOTLOADER
|
|||||||
endif # CC26XX_CC13XX_UPDATE_CCFG
|
endif # CC26XX_CC13XX_UPDATE_CCFG
|
||||||
|
|
||||||
source "$(RIOTCPU)/cortexm_common/Kconfig"
|
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"
|
||||||
|
|||||||
13
cpu/cc26xx_cc13xx/periph/Kconfig
Normal file
13
cpu/cc26xx_cc13xx/periph/Kconfig
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_CC26XX_CC13XX_PERIPH
|
||||||
|
bool
|
||||||
|
depends on TEST_KCONFIG
|
||||||
|
depends on CPU_COMMON_CC26XX_CC13XX
|
||||||
|
help
|
||||||
|
Common peripheral drivers for TI cc26xx/cc13xx family.
|
||||||
Loading…
x
Reference in New Issue
Block a user