Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
select SOC_NRF_GPIO_FORWARDER_FOR_NRF5340 if \
Expand All @@ -197,7 +196,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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is deprecated, why is it being changed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm trying to restore it's functionality to the commit before it was deprecated

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you aware that this will be removed at some point because it is deprecated? Does all code ported to the new order work without any changes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This kconfig is not used anywhere. So it is fine we change it here or leave it.

help
Use SOC_NRF53_CPUNET_ENABLE instead.

Expand Down
Loading