Kconfig Reference
 
  • All Configuration Options
  • Architecture Configuration Options
  • SoC Configuration Options
  • Boards Configuration Options
  • Driver Configuration Options
  • Kernel Configuration Options
  • Library Configuration Options
  • Subsystem Configuration Options
  • External Modules Configuration Options
  • Bridle Configuration Options
Kconfig Reference
  • »
  • CONFIG_APP_LINK_WITH_LVGL
  • View page source

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

LVGL

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Library>/gui/lvgl/Kconfig:16

Included via Kconfig:8 → Kconfig.zephyr:43 → <Library>/Kconfig:8 → <Library>/gui/Kconfig:4

Menu path: (Top) → Additional libraries → LittlevGL GUI library

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.)


© Copyright 2019-2022 TiaC Systems members and individual contributors. Last updated on Apr 01, 2022.

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings