blob: 3f15027bb35d63494d21b47ccb14bbe5d218a4a7 [file] [log] [blame]
# STM32L562E-DK Discovery board configuration
# Copyright (c) 2020 Yestin Sun
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32L562E_DK
if BT
config SPI
default y
choice BT_HCI_BUS_TYPE
default BT_SPI
endchoice
config BT_BLUENRG_ACI
default y
# Disable Flow control
config BT_HCI_ACL_FLOW_CONTROL
default n
config BT_HCI_VS_EXT
default n
endif # BT
endif # BOARD_STM32L562E_DK