blob: eef4b300fabf314901c4bd513aef76615d2a58f9 [file] [log] [blame]
# STM32F4DISCOVERY board configuration
# Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32F429I_DISC1
config BOARD
default "stm32f429i_disc1"
config SPI
default y if DISPLAY
config MEMC
default y if DISPLAY
config LV_Z_DISPLAY_DEV_NAME
depends on LVGL
default "LTDC" if STM32_LTDC
endif # BOARD_STM32F429I_DISC1