Skip to content

Commit b482771

Browse files
tomchynordicjm
authored andcommitted
[nrf fromlist] soc: Enable radio core if BT is selected
Automatically enable booting radio core if BT HCI interface is enabled. Upstream PR #: 92787 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 3849be3 commit b482771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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_HCI_HOST
8484
depends on SOC_NRF54H20_CPUAPP
8585
select NRF_IRONSIDE_CPUCONF_SERVICE
8686
select SOC_LATE_INIT_HOOK

0 commit comments

Comments
 (0)