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
8if NETWORKING
9
10config NET_L2_ETHERNET
11	default y
12
13endif # NETWORKING
14
15config SPI_STM32_INTERRUPT
16	default y
17	depends on SPI
18
19endif # BOARD_STM32H735G_DISCO
20