3
3
# Copyright (c) 2019 - 2021 Nordic Semiconductor ASA
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
- config IPM_NRFX
7
- default IPM
8
-
9
- config MBOX_NRFX_IPC
10
- default MBOX
11
-
12
- config RPMSG_SERVICE_DUAL_IPM_SUPPORT
13
- default RPMSG_SERVICE
14
-
15
- if RPMSG_SERVICE_DUAL_IPM_SUPPORT
16
-
17
- config IPM_MSG_CH_0_ENABLE
18
- default y
19
-
20
- config IPM_MSG_CH_1_ENABLE
21
- default y
22
-
23
- config RPMSG_SERVICE_IPM_TX_NAME
24
- default "IPM_0" if RPMSG_SERVICE_MODE_MASTER
25
- default "IPM_1" if RPMSG_SERVICE_MODE_REMOTE
26
-
27
- config RPMSG_SERVICE_IPM_RX_NAME
28
- default "IPM_1" if RPMSG_SERVICE_MODE_MASTER
29
- default "IPM_0" if RPMSG_SERVICE_MODE_REMOTE
30
-
31
- config IPM_MSG_CH_0_TX
32
- default RPMSG_SERVICE_MODE_MASTER
33
-
34
- config IPM_MSG_CH_0_RX
35
- default RPMSG_SERVICE_MODE_REMOTE
36
-
37
- config IPM_MSG_CH_1_TX
38
- default RPMSG_SERVICE_MODE_REMOTE
39
-
40
- config IPM_MSG_CH_1_RX
41
- default RPMSG_SERVICE_MODE_MASTER
42
-
43
- endif # RPMSG_SERVICE_DUAL_IPM_SUPPORT
44
-
45
6
if BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS
46
7
47
8
config BOARD_ENABLE_DCDC_APP
@@ -59,16 +20,6 @@ config BOARD_ENABLE_DCDC_HV
59
20
select SOC_DCDC_NRF53X_HV
60
21
default y
61
22
62
- choice BT_HCI_BUS_TYPE
63
- default BT_RPMSG if BT
64
- endchoice
65
-
66
- config HEAP_MEM_POOL_SIZE
67
- default 4096 if BT_RPMSG
68
-
69
- config BT_HCI_VS
70
- default y if BT
71
-
72
23
config BOARD_ENABLE_CPUNET
73
24
bool "NRF53 Network MCU"
74
25
help
@@ -85,7 +36,7 @@ config BOARD_ENABLE_CPUNET
85
36
86
37
config DOMAIN_CPUNET_BOARD
87
38
string
88
- default "nrf5340dk_nrf5340_cpunet" if BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS
39
+ default "nrf5340dk_nrf5340_cpunet"
89
40
depends on BOARD_ENABLE_CPUNET
90
41
help
91
42
The board which will be used for CPUNET domain when creating a multi
@@ -95,22 +46,11 @@ config DOMAIN_CPUNET_BOARD
95
46
96
47
endif # BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS
97
48
98
- if BOARD_NRF5340DK_NRF5340_CPUNET
99
-
100
- # BT_CTLR depends on BT. When BT is enabled we should default to also
101
- # enabling the controller.
102
- config BT_CTLR
103
- default y if BT
104
-
105
- config BT_ECC
106
- default y if BT
107
-
108
49
config DOMAIN_CPUAPP_BOARD
109
50
string
110
- default "nrf5340dk_nrf5340_cpuapp" if BOARD_NRF5340DK_NRF5340_CPUNET
51
+ default "nrf5340dk_nrf5340_cpuapp"
52
+ depends on BOARD_NRF5340DK_NRF5340_CPUNET
111
53
help
112
54
The board which will be used for CPUAPP domain when creating a multi
113
55
image application where one or more images should be located on
114
56
another board.
115
-
116
- endif # BOARD_NRF5340DK_NRF5340_CPUNET
0 commit comments