zephyr/boards/st/stm32f769i_disco/Kconfig.defconfig

23 lines
329 B
Plaintext

# STM32F769I DISCOVERY board configuration
# Copyright (c) 2018 Yong Jin
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32F769I_DISCO
config SPI_STM32_INTERRUPT
default y
depends on SPI
config INPUT
default y if LVGL
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
endif # BOARD_STM32F769I_DISCO