volume_id: add exFAT detection

function                                             old     new   delta
volume_id_probe_exfat                                  -     294    +294

Signed-off-by: S-G Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
S-G Bergh
2012-11-13 14:40:37 +01:00
committed by Denys Vlasenko
parent 3f21044f20
commit e4b9451413
5 changed files with 145 additions and 0 deletions

View File

@@ -734,6 +734,15 @@ config FEATURE_VOLUMEID_FAT
help
TODO
config FEATURE_VOLUMEID_EXFAT
bool "exFAT filesystem"
default y
depends on VOLUMEID
help
exFAT (extended FAT) is a proprietary file system designed especially
for flash drives. It has many features from NTFS, but with less
overhead. exFAT is used on most SDXC cards for consumer electronics.
config FEATURE_VOLUMEID_HFS
bool "hfs filesystem"
default y