:orphan: .. title:: CONFIG_LVGL_USE_FILESYSTEM .. kconfig:: CONFIG_LVGL_USE_FILESYSTEM CONFIG_LVGL_USE_FILESYSTEM ########################## *Enable file system* Type: ``bool`` Help ==== .. code-block:: none Enable LittlevGL file system Direct dependencies =================== \ :kconfig:`FILE_SYSTEM ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`FILE_SYSTEM ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.feature:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:27`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Feature usage .. code-block:: kconfig 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.)*