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:
Håkon Øye Amundsen 2020-01-10 14:20:04 +00:00 committed by Johan Hedberg
commit 311b31d9f4

View file

@ -103,7 +103,7 @@ if BT_RPMSG
config BT_RPMSG_NRF53 config BT_RPMSG_NRF53
bool "nRF53 configuration of RPMsg" 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
select IPM_NRFX select IPM_NRFX
select IPM_MSG_CH_1_ENABLE select IPM_MSG_CH_1_ENABLE