1# B_U585I_IOT02A discovery kit board configuration 2 3# Copyright (c) 2021 STMicroelectronics 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_B_U585I_IOT02A 7 8config SPI_STM32_INTERRUPT 9 default y 10 depends on SPI 11 12if BUILD_WITH_TFM 13 14# Initial Attestation key provisioned by the BL1 bootloader 15config TFM_INITIAL_ATTESTATION_KEY 16 default y 17 18config TFM_DUMMY_PROVISIONING 19 default n 20 21endif # BUILD_WITH_TFM 22 23# Disable Flow control 24if BT 25 26config BT_HCI_ACL_FLOW_CONTROL 27 default n 28 29endif # BT 30 31endif # BOARD_B_U585I_IOT02A 32