Skip to content

Commit

Permalink
[nrf fromtree] soc: nordic: nrf53: SOC_NRF53_CPUNET_ENABLE should not…
Browse files Browse the repository at this point in the history
… 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.

Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>
(cherry picked from commit e4fa386)
(cherry picked from commit 91e394a)
  • Loading branch information
sean-madigan authored and github-actions[bot] committed Nov 6, 2024
1 parent fc0d53d commit 5c4e0f1
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 @@ -197,7 +197,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 @@ -215,7 +214,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 5c4e0f1

Please sign in to comment.