Skip to content

Commit c44587e

Browse files
committed
Enable SOC_NRF54H20_CPURAD_ENABLE and SOC_NRF53_CPUNET_ENABLE by default for BLE samples
At the moment these configs should be selected explicitly for each sample. Apply them by default as these configs enable the clock for radio (network) core during application boot time and requests power for radio (network) core. Once powered, radio (network) core begins executing instructions. Signed-off-by: Mirlenko, Aleksandr <[email protected]>
1 parent 9b0cfcc commit c44587e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

soc/nordic/nrf53/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ config SOC_NRF53_CPUNET_MGMT
208208

209209
config SOC_NRF53_CPUNET_ENABLE
210210
bool "NRF53 Network MCU is enabled at boot time"
211-
default y if NRF_802154_SER_HOST
211+
default y if NRF_802154_SER_HOST || BT
212212
select SOC_NRF53_CPUNET_MGMT
213213
help
214214
This option enables releasing the Network 'force off' signal, which

soc/nordic/nrf54h/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ config SOC_NRF54H20_TDD_ENABLE
8080

8181
config SOC_NRF54H20_CPURAD_ENABLE
8282
bool "Boot the nRF54H20 Radio core"
83-
default y if NRF_802154_SER_HOST
83+
default y if NRF_802154_SER_HOST || BT
8484
depends on SOC_NRF54H20_CPUAPP
8585
select NRF_IRONSIDE_CPUCONF_SERVICE
8686
select SOC_LATE_INIT_HOOK

0 commit comments

Comments
 (0)