:orphan: .. title:: CONFIG_FS_FATFS_MKFS .. kconfig:: CONFIG_FS_FATFS_MKFS CONFIG_FS_FATFS_MKFS #################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option translates to _USE_MKFS within ELM FAT file system driver; it enables additional code that is required for formatting volumes to ELM FAT. Direct dependencies =================== \ :kconfig:`FAT_FILESYSTEM_ELM ` && \ :kconfig:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`FS_FATFS_MOUNT_MKFS ` Kconfig definition ================== At ``/fs/Kconfig.fatfs:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:25`` → ``/fs/Kconfig:60`` Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support → ELM FAT file system support → ELM FAT file system settings .. code-block:: kconfig config FS_FATFS_MKFS bool depends on FAT_FILESYSTEM_ELM && FILE_SYSTEM help This option translates to _USE_MKFS within ELM FAT file system driver; it enables additional code that is required for formatting volumes to ELM FAT. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*