modules: lvgl: Kconfig: Add missing stubs for DMA2D kconfig symbols
Adds the missing stubs for DMA2D kconfig symbol to fix the Kconfig warning produced by checkpatch. Resolves #70859 Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
parent
85b86daa01
commit
f47b862c44
|
@ -127,6 +127,15 @@ config LV_Z_AREA_Y_ALIGNMENT_WIDTH
|
|||
the current frame dimensions to meet display and/or LCD host
|
||||
controller requirements. The value must be power of 2.
|
||||
|
||||
config LV_USE_GPU_STM32_DMA2D
|
||||
bool
|
||||
|
||||
config LV_GPU_DMA2D_CMSIS_INCLUDE
|
||||
string
|
||||
help
|
||||
Must be defined to include path of CMSIS header of target processor
|
||||
e.g. "stm32f769xx.h" or "stm32f429xx.h"
|
||||
|
||||
rsource "Kconfig.memory"
|
||||
rsource "Kconfig.input"
|
||||
rsource "Kconfig.shell"
|
||||
|
|
Loading…
Reference in a new issue