Bluetooth: select BT_RPMSG_NRF53 for non-secure variant of nrf5340
Prior to this you would get compilation error when building samples for the nrf5340_dk_nrf5340_cpuappns board. Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
This commit is contained in:
parent
7e3f9ebf3f
commit
311b31d9f4
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ if BT_RPMSG
|
|||
|
||||
config BT_RPMSG_NRF53
|
||||
bool "nRF53 configuration of RPMsg"
|
||||
default y if BOARD_NRF5340_DK_NRF5340_CPUAPP
|
||||
default y if (BOARD_NRF5340_DK_NRF5340_CPUAPP || BOARD_NRF5340_DK_NRF5340_CPUAPPNS)
|
||||
select IPM
|
||||
select IPM_NRFX
|
||||
select IPM_MSG_CH_1_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue