boards: arm: stm32f429i_disc1: update defconfig

Added required config for the display operation and default display name
to "LTDC" for LVGL subsystem when the peripheral LTDC  is used.

Signed-off-by: Konstantinos Papadopoulos <kostas.papadopulos@gmail.com>
This commit is contained in:
Konstantinos Papadopoulos 2022-04-05 22:59:07 +03:00 committed by Marti Bolivar
commit 6387e989a9

View file

@ -8,5 +8,14 @@ if BOARD_STM32F429I_DISC1
config BOARD config BOARD
default "stm32f429i_disc1" 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 endif # BOARD_STM32F429I_DISC1