## SECTION=disk_and_file menuconfig DOSFSTOOLS tristate prompt "dosfstools " select GCCLIBS_GCC_S if DOSFSTOOLS config DOSFSTOOLS_MKDOSFS bool depends on !BUSYBOX_MKFS_VFAT || ALLYES prompt "mkdosfs" help mkdosfs - create an MS-DOS file system under Linux comment "BusyBox' mkdosfs is selected!" depends on BUSYBOX_MKFS_VFAT config DOSFSTOOLS_MKDOSFS_MSDOS bool depends on !BUSYBOX_MKFS_VFAT || ALLYES prompt "create mkfs.msdos link" help FAT 12 / MSDOS Format config DOSFSTOOLS_MKDOSFS_VFAT bool depends on !BUSYBOX_MKFS_VFAT || ALLYES prompt "create mkfs.vfat link" help VFAT Format - Long Filenames, big files, etc. comment "BusyBox' mkfs.vfat is selected!" depends on BUSYBOX_MKFS_VFAT config DOSFSTOOLS_DOSFSCK bool prompt "dosfsck" help This is the DOSFS / VFAT Filesystem Checker config DOSFSTOOLS_DOSFSCK_MSDOS bool prompt "create fsck.msdos link" help FAT 12 / MSDOS Format config DOSFSTOOLS_DOSFSCK_VFAT bool prompt "create fsck.vfat link" help VFAT Format - Long Filenames, big files, etc. config DOSFSTOOLS_DOSFSLABEL bool prompt "dosfslabel" help set or get a MS-DOS filesystem label endif