Skip to content

Commit d4058a7

Browse files
committed
[nrf fromlist] soc: nordic: nrf53: SOC_NRF53_CPUNET_ENABLE should not depend on !BT
The previous changes in zephyrproject-rtos/zephyr#74304 assumed that because this is also handled in `bt_hci_transport_setup` that it shouldn't be done on initialisation too. However, if someone wants to develop their own app which uses BT and also wants to enable the CPUNET by default this KConfig should be available to them. Upstream PR: zephyrproject-rtos/zephyr#79875 Signed-off-by: Sean Madigan <[email protected]>
1 parent 2542e3c commit d4058a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

soc/nordic/nrf53/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ config SOC_NRF53_CPUNET_MGMT
197197

198198
config SOC_NRF53_CPUNET_ENABLE
199199
bool "NRF53 Network MCU is enabled at boot time"
200-
depends on !BT
201200
default y if NRF_802154_SER_HOST
202201
select SOC_NRF53_CPUNET_MGMT
203202
help
@@ -215,7 +214,6 @@ config BOARD_ENABLE_CPUNET
215214
bool "[DEPRECATED] NRF53 Network MCU is enabled at boot time"
216215
select SOC_NRF53_CPUNET_ENABLE
217216
select DEPRECATED
218-
depends on !BT
219217
help
220218
Use SOC_NRF53_CPUNET_ENABLE instead.
221219

0 commit comments

Comments
 (0)