Files
zephyr/boards/st/b_u585i_iot02a/Kconfig.defconfig
Erwan Gouriou 902fceb173 boards: Convert b_u585i_iot02a to HWM v2
Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-03-01 15:50:00 +01:00

32 lines
517 B
Plaintext

# B_U585I_IOT02A discovery kit board configuration
# Copyright (c) 2021 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if BOARD_B_U585I_IOT02A
config SPI_STM32_INTERRUPT
default y
depends on SPI
if BUILD_WITH_TFM
# Initial Attestation key provisioned by the BL1 bootloader
config TFM_INITIAL_ATTESTATION_KEY
default y
config TFM_DUMMY_PROVISIONING
default n
endif # BUILD_WITH_TFM
# Disable Flow control
if BT
config BT_HCI_ACL_FLOW_CONTROL
default n
endif # BT
endif # BOARD_B_U585I_IOT02A