:orphan: .. title:: CONFIG_APP_LINK_WITH_LVGL .. kconfig:: CONFIG_APP_LINK_WITH_LVGL CONFIG_APP_LINK_WITH_LVGL ######################### *Link 'app' with LVGL* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/gui/lvgl/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` Menu path: (Top) → Additional libraries → LittlevGL GUI library .. code-block:: kconfig config APP_LINK_WITH_LVGL bool "Link 'app' with LVGL" default y depends on 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.)*