CONFIG_LVGL_USE_FILESYSTEM

Enable file system

Type: bool

Help

Enable LittlevGL file system

Direct dependencies

FILE_SYSTEM && LVGL

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr>/lib/gui/lvgl/Kconfig.feature:67

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:14<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/gui/lvgl/Kconfig:27

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

config LVGL_USE_FILESYSTEM
    bool "Enable file system"
    default y if FILE_SYSTEM
    depends on FILE_SYSTEM && LVGL
    help
      Enable LittlevGL file system

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)