1# STM32WBA65RI Nucleo board configuration
2
3# Copyright (c) 2025 STMicroelectronics
4
5# SPDX-License-Identifier: Apache-2.0
6
7if BOARD_NUCLEO_WBA65RI
8
9config SPI_STM32_INTERRUPT
10 default y
11 depends on SPI
12
13endif # BOARD_NUCLEO_WBA65RI
14