:orphan: .. title:: CONFIG_FUSE_FS_ACCESS .. kconfig:: CONFIG_FUSE_FS_ACCESS CONFIG_FUSE_FS_ACCESS ##################### *Enable FUSE based access to file system partitions* Type: ``bool`` Help ==== .. code-block:: none Expose file system partitions to the host system through FUSE. Direct dependencies =================== \ :kconfig:`ARCH_POSIX ` && \ :kconfig:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/fs/Kconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support .. code-block:: kconfig config FUSE_FS_ACCESS bool "Enable FUSE based access to file system partitions" depends on ARCH_POSIX && FILE_SYSTEM help Expose file system partitions to the host system through FUSE. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*