Browse Source
Kconfig.defconfig files has been lost during migration. Put them back. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
3 changed files with 39 additions and 0 deletions
@ -0,0 +1,13 @@
@@ -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 |
@ -0,0 +1,13 @@
@@ -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 |
@ -0,0 +1,13 @@
@@ -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 |
Loading…
Reference in new issue