diff --git a/soc/nordic/nrf53/Kconfig b/soc/nordic/nrf53/Kconfig index 6527509a1f8..823d1be8e2d 100644 --- a/soc/nordic/nrf53/Kconfig +++ b/soc/nordic/nrf53/Kconfig @@ -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 @@ -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.