Skip to content

Commit

Permalink
soc: nordic: nrf53: SOC_NRF53_CPUNET_ENABLE should not depend on !BT
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sean-madigan authored and MaureenHelm committed Oct 23, 2024
1 parent a2ecead commit e4fa386
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions soc/nordic/nrf53/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ config SOC_NRF53_CPUNET_MGMT

config SOC_NRF53_CPUNET_ENABLE
bool "NRF53 Network MCU is enabled at boot time"
depends on !BT
default y if NRF_802154_SER_HOST
select SOC_NRF53_CPUNET_MGMT
help
Expand All @@ -195,7 +194,6 @@ config BOARD_ENABLE_CPUNET
bool "[DEPRECATED] NRF53 Network MCU is enabled at boot time"
select SOC_NRF53_CPUNET_ENABLE
select DEPRECATED
depends on !BT
help
Use SOC_NRF53_CPUNET_ENABLE instead.

Expand Down

0 comments on commit e4fa386

Please sign in to comment.