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

boards/slwstk600b-based/kconfig: select common module

This commit is contained in:
Leandro Lanzieri 2021-12-08 12:01:53 +01:00
parent 08ef57fbd0
commit 31e386bee1
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,6 @@ config BOARD_SLWSTK6000B_SLWRB4150A
default y
select CPU_MODEL_EFR32MG1P233F256GM48
select BOARD_COMMON_SLWSTK6000B
select MODULE_BOARD_COMMON_SLWSTK6000B if TEST_KCONFIG
source "$(RIOTBOARD)/common/slwstk6000b/Kconfig"

View File

@ -12,5 +12,6 @@ config BOARD_SLWSTK6000B_SLWRB4162A
default y
select CPU_MODEL_EFR32MG12P332F1024GL125
select BOARD_COMMON_SLWSTK6000B
select MODULE_BOARD_COMMON_SLWSTK6000B if TEST_KCONFIG
source "$(RIOTBOARD)/common/slwstk6000b/Kconfig"