:orphan: .. title:: LVGL_USE_FILESYSTEM .. option:: CONFIG_LVGL_USE_FILESYSTEM *Enable file system* Type: ``bool`` Help ==== Enable LittlevGL file system Direct dependencies =================== \ :option:`FILE_SYSTEM ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`FILE_SYSTEM ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.feature:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:27`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Feature usage .. parsed-literal:: config LVGL_USE_FILESYSTEM bool "Enable file system" default y if \ :option:`FILE_SYSTEM ` depends on \ :option:`FILE_SYSTEM ` && \ :option:`LVGL ` help Enable LittlevGL file system *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*