diff options
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 3355e9729..e4516ddb7 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -734,6 +734,15 @@ config FEATURE_VOLUMEID_FAT | |||
734 | help | 734 | help |
735 | TODO | 735 | TODO |
736 | 736 | ||
737 | config FEATURE_VOLUMEID_EXFAT | ||
738 | bool "exFAT filesystem" | ||
739 | default y | ||
740 | depends on VOLUMEID | ||
741 | help | ||
742 | exFAT (extended FAT) is a proprietary file system designed especially | ||
743 | for flash drives. It has many features from NTFS, but with less | ||
744 | overhead. exFAT is used on most SDXC cards for consumer electronics. | ||
745 | |||
737 | config FEATURE_VOLUMEID_HFS | 746 | config FEATURE_VOLUMEID_HFS |
738 | bool "hfs filesystem" | 747 | bool "hfs filesystem" |
739 | default y | 748 | default y |