Skip to content

Commit c1b5ff9

Browse files
committed
boards: stm32h7b3i_dk: Rename LVGL DMA2D Kconfig symbols
Rename the defaulted DMA2D Kconfig symbols to match the new upstream nomenclature. Signed-off-by: Fabian Blatz <[email protected]>
1 parent 44ead5f commit c1b5ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/st/stm32h7b3i_dk/Kconfig.defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ if LVGL
2222
config CACHE_MANAGEMENT
2323
default y
2424

25-
config LV_USE_GPU_STM32_DMA2D
25+
config LV_USE_DRAW_DMA2D
2626
default y
2727

28-
config LV_GPU_DMA2D_CMSIS_INCLUDE
28+
config LV_DRAW_DMA2D_HAL_INCLUDE
2929
default "stm32h7xx.h"
3030

3131
config STM32_LTDC_FB_NUM

0 commit comments

Comments
 (0)