1# STM32H735G DISCOVERY board configuration
2
3# Copyright (c) 2021 SILA Embedded Solutions GmbH
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_STM32H735G_DISCO
7
8config BOARD
9	default "stm32h735g_disco"
10
11config SPI_STM32_INTERRUPT
12	default y
13	depends on SPI
14
15endif # BOARD_STM32H735G_DISCO
16