Skip to content

Commit

Permalink
[nrf fromtree] board: nrf54h20dk: Add missing default BT related configs
Browse files Browse the repository at this point in the history
There are default configs that are provided by default for
e.g. nRF5340dk to enable HCI IPC communication type for
application domain and enable BT controller for radio domain.
These configs were missing for nRF54h20 DK.

Signed-off-by: Piotr Pryga <[email protected]>
(cherry picked from commit b0f9391)
  • Loading branch information
ppryga-nordic authored and rlubos committed Apr 5, 2024
1 parent a6e3fd5 commit a503870
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions boards/arm/nrf54h20dk_nrf54h20/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@
config BOARD
default "nrf54h20dk_nrf54h20_cpuapp" if BOARD_NRF54H20DK_NRF54H20_CPUAPP
default "nrf54h20dk_nrf54h20_cpurad" if BOARD_NRF54H20DK_NRF54H20_CPURAD

if BOARD_NRF54H20DK_NRF54H20_CPUAPP

choice BT_HCI_BUS_TYPE
default BT_HCI_IPC if BT
endchoice

endif # BOARD_NRF54H20DK_NRF54H20_CPUAPP

if BOARD_NRF54H20DK_NRF54H20_CPURAD

config BT_CTLR
default y if BT

endif # BOARD_NRF54H20DK_NRF54H20_CPURAD

0 comments on commit a503870

Please sign in to comment.