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