:orphan: .. title:: CONFIG_FILE_SYSTEM .. kconfig:: CONFIG_FILE_SYSTEM CONFIG_FILE_SYSTEM ################## *File system support* Type: ``bool`` Help ==== .. code-block:: none Enables support for file system. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`MODEM_HL7800_FW_UPDATE ` Kconfig definition ================== At ``/fs/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → File Systems .. code-block:: kconfig config FILE_SYSTEM bool "File system support" help Enables support for file system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*