boards: stm32h7b3i_dk: Move LV_DRAW_DMA2D_HAL_INCLUDE to the soc

Moves the LV_DRAW_DMA2D_HAL_INCLUDE to the soc instead of the development
kit since the hal include is the same across all boards using the soc.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
Fabian Blatz 2025-01-05 18:03:21 +01:00 committed by Benjamin Cabé
commit 910ec595a0
2 changed files with 7 additions and 3 deletions

View file

@ -25,9 +25,6 @@ config CACHE_MANAGEMENT
config LV_USE_DRAW_DMA2D config LV_USE_DRAW_DMA2D
default y default y
config LV_DRAW_DMA2D_HAL_INCLUDE
default "stm32h7xx.h"
config STM32_LTDC_FB_NUM config STM32_LTDC_FB_NUM
default 2 default 2

View file

@ -14,4 +14,11 @@ config ROM_START_OFFSET
default 0x400 if BOOTLOADER_MCUBOOT default 0x400 if BOOTLOADER_MCUBOOT
default 0x0 if !BOOTLOADER_MCUBOOT default 0x0 if !BOOTLOADER_MCUBOOT
if LVGL
config LV_DRAW_DMA2D_HAL_INCLUDE
default "stm32h7xx.h"
endif # LVGL
endif # SOC_SERIES_STM32H7X endif # SOC_SERIES_STM32H7X