zephyr/boards/st/stm32h735g_disco/Kconfig.defconfig

20 lines
316 B
Plaintext

# STM32H735G DISCOVERY board configuration
# Copyright (c) 2021 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32H735G_DISCO
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
config SPI_STM32_INTERRUPT
default y
depends on SPI
endif # BOARD_STM32H735G_DISCO