summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.in
blob: b6de0591d6cbb2c7439ce01eed82012a90b01c35 (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
38
39
40
41
42
43
44
45
46
47
## SECTION=disk_and_file
menuconfig DOSFSTOOLS
	tristate
	prompt "dosfstools                    "

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"
	depends on DOSFSTOOLS_MKDOSFS
	help
	  FAT 12 / MSDOS Format

config DOSFSTOOLS_MKDOSFS_VFAT
	bool
	prompt "create mkfs.vfat link"
	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

config DOSFSTOOLS_DOSFSCK_MSDOS
	bool
	prompt "create fsck.msdos link"
	depends on DOSFSTOOLS_DOSFSCK
	help
	  FAT 12 / MSDOS Format

config DOSFSTOOLS_DOSFSCK_VFAT
	bool
	prompt "create fsck.vfat link"
	depends on DOSFSTOOLS_DOSFSCK
	help
	  VFAT Format - Long Filenames, big files, etc.