:orphan: .. title:: APP_LINK_WITH_LVGL .. option:: 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'. Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` Menu path: (Top) → Additional libraries → LittlevGL GUI library .. parsed-literal:: config APP_LINK_WITH_LVGL bool "Link 'app' with LVGL" default y depends on \ :option:`LVGL ` 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'. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*