7f3481cad85f5b78dac6f80c7427dbc34ddb1507
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dosfstools / Config.in
1 config BR2_PACKAGE_DOSFSTOOLS
2         bool "dosfstools"
3         depends on BR2_USE_WCHAR
4         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
5         help
6           Tools for creating and checking DOS FAT filesystems.
7
8           http://www.daniel-baumann.ch/software/dosfstools/
9
10 if BR2_PACKAGE_DOSFSTOOLS
11
12 config BR2_PACKAGE_DOSFSTOOLS_FATLABEL
13         bool "fatlabel"
14         help
15           Get or set the DOS FAT filesystem label.
16
17 config BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT
18         bool "fsck.fat"
19         help
20           Check a DOS FAT filesystem.
21
22 config BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT
23         bool "mkfs.fat"
24         help
25           Creates a DOS FAT filesystem on a device.
26
27 endif
28
29 comment "dosfstools needs a toolchain w/ wchar"
30         depends on !BR2_USE_WCHAR