summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.in
blob: 4177becbba4b52b71c2c47443dbe57fd85cc0135 (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
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