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:
parent
b8604024f7
commit
6387e989a9
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue