menuconfig DOSFSTOOLS bool "dosfstools " config DOSFSTOOLS_MKDOSFS bool prompt "mkdosfs" depends on DOSFSTOOLS config DOSFSTOOLS_MKDOSFS_MSDOS bool prompt "create mkfs.msdos link" default N depends on DOSFSTOOLS_MKDOSFS config DOSFSTOOLS_MKDOSFS_VFAT bool prompt "create mkfs.vfat link" default N depends on DOSFSTOOLS_MKDOSFS config DOSFSTOOLS_DOSFSCK bool prompt "dosfsck" depends on DOSFSTOOLS