-
CONFIG_LVGL_FILESYSTEM
¶
Enable file system
Type: bool
Help¶
Enable LittlevGL file system
Defaults¶
- “y” if
FILE_SYSTEM
&&FILE_SYSTEM
&&LVGL
Kconfig definition¶
At lib/gui/lvgl/Kconfig:328
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
Menu path: (top menu) → Additional libraries → Graphical user interface
config LVGL_FILESYSTEM bool prompt "Enable file system" ifFILE_SYSTEM
&&LVGL
default "y" ifFILE_SYSTEM
&&FILE_SYSTEM
&&LVGL
depends onFILE_SYSTEM
&&LVGL
help Enable LittlevGL file system
(Definitions include propagated dependencies, including from if’s and menus.)