menuconfig DOSFSTOOLS bool "dosfstools " depends on BROKEN config DOSFSTOOLS_MKDOSFS bool prompt "mkdosfs" depends on DOSFSTOOLS help mkdosfs - create an MS-DOS file system under Linux config DOSFSTOOLS_MKDOSFS_MSDOS bool prompt "create mkfs.msdos link" default N depends on DOSFSTOOLS_MKDOSFS help FAT 12 / MSDOS Format config DOSFSTOOLS_MKDOSFS_VFAT bool prompt "create mkfs.vfat link" default N depends on DOSFSTOOLS_MKDOSFS help VFAT Format - Long Filenames, big files, etc. config DOSFSTOOLS_DOSFSCK bool prompt "dosfsck" depends on DOSFSTOOLS help This is the DOSFS / VFAT Filesystem Checker comment "DOSFSTOOLS are broken, please send a patch" depends on !BROKEN