board: nrf54h20dk: Add missing default BT related configs

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 <piotr.pryga@nordicsemi.no>
This commit is contained in:
Piotr Pryga 2024-03-22 10:27:38 +01:00 committed by Johan Hedberg
commit b0f9391aee

View file

@ -0,0 +1,17 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
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