-
CONFIG_APP_LINK_WITH_LVGL
¶
Link ‘app’ with LVGL
Type: bool
Help¶
Add LVGL header files to the ‘app’ include path. It may be disabled if the include paths for LVGL are causing aliasing issues for ‘app’.
Kconfig definition¶
At lib/gui/lvgl/Kconfig:366
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
Menu path: (top menu) → Additional libraries → Graphical user interface
config APP_LINK_WITH_LVGL bool prompt "Link 'app' with LVGL" ifLVGL
default "y" ifLVGL
depends onLVGL
help Add LVGL header files to the 'app' include path. It may be disabled if the include paths for LVGL are causing aliasing issues for 'app'.
(Definitions include propagated dependencies, including from if’s and menus.)