zephyr/boards/st/stm32wb5mmg/Kconfig.defconfig

13 lines
239 B
Plaintext

# STM32WB5MMG Bluetooth module board configuration
# Copyright (c) 2024 Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32WB5MMG
config BT_STM32_IPM
default y
depends on BT
endif