fix(Kconfig): Fix non existant LV_STDLIB_BUILTIN (#6851)

This commit is contained in:
Fabian Blatz
2024-09-20 05:59:09 +02:00
committed by GitHub
parent 9ad396bab4
commit 57b799f4fc
5 changed files with 56 additions and 5 deletions

View File

@@ -445,12 +445,12 @@ menu "LVGL configuration"
Accelerate blends, fills, image decoding, etc. with STM32 DMA2D.
config LV_DRAW_DMA2D_HAL_INCLUDE
int "the header file for LVGL to include for DMA2D"
string "the header file for LVGL to include for DMA2D"
default "stm32h7xx_hal.h"
depends on LV_USE_DRAW_DMA2D
config LV_USE_DRAW_DMA2D_INTERRUPT
int "use the DMA2D transfer complete interrupt"
bool "use the DMA2D transfer complete interrupt"
default n
depends on LV_USE_DRAW_DMA2D
help
@@ -1384,7 +1384,7 @@ menu "LVGL configuration"
config LV_USE_MEM_MONITOR
bool "Show the used memory and the memory fragmentation"
default n
depends on LV_STDLIB_BUILTIN && LV_USE_SYSMON
depends on LV_USE_BUILTIN_MALLOC && LV_USE_SYSMON
choice
prompt "Memory monitor position"