blob: a3b98a61c92c372e5240be6ed8df173ae16ef26c [file] [log] [blame]
# STM32F746G DISCOVERY board configuration
# Copyright (c) 2018 Yurii Hamann
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32F746G_DISCO
if NETWORKING
config NET_L2_ETHERNET
default y
endif # NETWORKING
config INPUT
default y if LVGL
if DISPLAY
# MEMC needs to be enabled in order to store
# display buffer to external SDRAM connected to FMC
config MEMC
default y
endif # DISPLAY
config DISK_DRIVER_SDMMC
default y if DISK_DRIVERS
endif # BOARD_STM32F746G_DISCO