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:
committed by
Carles Cufi
parent
790c10b1ee
commit
899f0257c3
13
boards/st/nucleo_wb55rg/Kconfig.defconfig
Normal file
13
boards/st/nucleo_wb55rg/Kconfig.defconfig
Normal 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
|
||||
13
boards/st/stm32wb5mm_dk/Kconfig.defconfig
Normal file
13
boards/st/stm32wb5mm_dk/Kconfig.defconfig
Normal 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
|
||||
13
boards/st/stm32wb5mmg/Kconfig.defconfig
Normal file
13
boards/st/stm32wb5mmg/Kconfig.defconfig
Normal 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
|
||||
Reference in New Issue
Block a user