summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.in
blob: 0028a7e601a0a3064d80ddf195b78d2b7fac31eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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