Commit 351f75d7 authored by Hirofumi Ogawa's avatar Hirofumi Ogawa Committed by Linus Torvalds

[PATCH] autoselect FAT_FS in config

Signed-off-by: default avatarOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6dd25783
...@@ -552,7 +552,7 @@ endmenu ...@@ -552,7 +552,7 @@ endmenu
menu "DOS/FAT/NT Filesystems" menu "DOS/FAT/NT Filesystems"
config FAT_FS config FAT_FS
tristate "DOS FAT fs support" tristate
select NLS select NLS
help help
If you want to use one of the FAT-based file systems (the MS-DOS, If you want to use one of the FAT-based file systems (the MS-DOS,
...@@ -595,7 +595,7 @@ config FAT_FS ...@@ -595,7 +595,7 @@ config FAT_FS
config MSDOS_FS config MSDOS_FS
tristate "MSDOS fs support" tristate "MSDOS fs support"
depends on FAT_FS select FAT_FS
help help
This allows you to mount MSDOS partitions of your hard drive (unless This allows you to mount MSDOS partitions of your hard drive (unless
they are compressed; to access compressed MSDOS partitions under they are compressed; to access compressed MSDOS partitions under
...@@ -624,7 +624,7 @@ config MSDOS_FS ...@@ -624,7 +624,7 @@ config MSDOS_FS
config VFAT_FS config VFAT_FS
tristate "VFAT (Windows-95) fs support" tristate "VFAT (Windows-95) fs support"
depends on FAT_FS select FAT_FS
help help
This option provides support for normal Windows file systems with This option provides support for normal Windows file systems with
long filenames. That includes non-compressed FAT-based file systems long filenames. That includes non-compressed FAT-based file systems
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment