Skip to content

Commit e4fa386

Browse files
sean-madiganMaureenHelm
authored andcommitted
soc: nordic: nrf53: SOC_NRF53_CPUNET_ENABLE should not depend on !BT
The previous changes in #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. Signed-off-by: Sean Madigan <[email protected]>
1 parent a2ecead commit e4fa386

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
@@ -177,7 +177,6 @@ config SOC_NRF53_CPUNET_MGMT
177177

178178
config SOC_NRF53_CPUNET_ENABLE
179179
bool "NRF53 Network MCU is enabled at boot time"
180-
depends on !BT
181180
default y if NRF_802154_SER_HOST
182181
select SOC_NRF53_CPUNET_MGMT
183182
help
@@ -195,7 +194,6 @@ config BOARD_ENABLE_CPUNET
195194
bool "[DEPRECATED] NRF53 Network MCU is enabled at boot time"
196195
select SOC_NRF53_CPUNET_ENABLE
197196
select DEPRECATED
198-
depends on !BT
199197
help
200198
Use SOC_NRF53_CPUNET_ENABLE instead.
201199

0 commit comments

Comments
 (0)