Skip to content

Commit

Permalink
fixup! boards: model nrf52 boards
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Dec 1, 2021
1 parent 00d7ce3 commit cdfd7ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boards/common/e104-bt50xxa-tb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ config BOARD_COMMON_E104_BT50XXA_TB
select HAS_PERIPH_UART
select MODULE_BOARDS_COMMON_E104_BT50XXA_TB if TEST_KCONFIG

config module_boards_common_e104_bt50xxa_tb
config MODULE_BOARDS_COMMON_E104_BT50XXA_TB
bool
depends on test_kconfig
depends on TEST_KCONFIG
help
common code of e104-bt50xxa-tb boards

Expand Down
6 changes: 5 additions & 1 deletion boards/common/nrf52xxxdk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ config BOARDS_COMMON_NRF52XXXDK

select HAVE_SAUL_GPIO

select MODULE_BOARDS_COMMON_NRF52XXDK if TEST_KCONFIG

config MODULE_BOARDS_COMMON_NRF52XXDK
bool
default y
depends on TEST_KCONFIG
help
Common code for boards based on nrf52xxxdk.

source "$(RIOTBOARD)/common/nrf52/Kconfig"

0 comments on commit cdfd7ef

Please sign in to comment.