boards: stm32wb: Restore missing .defconfig files

Kconfig.defconfig files has been lost during migration.
Put them back.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou
2024-02-20 16:09:25 +01:00
committed by Carles Cufi
parent 790c10b1ee
commit 899f0257c3
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# STM32WB55RG Nucleo board configuration
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_WB55RG
choice BT_HCI_BUS_TYPE
default BT_STM32_IPM
depends on BT
endchoice
endif

View File

@@ -0,0 +1,13 @@
# STM32WB5MM-DK Discovery Development board configuration
# Copyright (c) 2024 Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32WB5MM_DK
choice BT_HCI_BUS_TYPE
default BT_STM32_IPM
depends on BT
endchoice
endif

View File

@@ -0,0 +1,13 @@
# STM32WB5MMG Bluetooth module board configuration
# Copyright (c) 2024 Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32WB5MMG
choice BT_HCI_BUS_TYPE
default BT_STM32_IPM
depends on BT
endchoice
endif