Commit 544b3e7f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: exfat: make exfat depend on BLOCK

This should fix a build error in some configurations when CONFIG_BLOCK
is not selected.  Also properly set the dependancy for no FAT support at
the same time.
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Link: https://lore.kernel.org/r/20190902174631.GB31445@kroah.com
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 58985a9d
config EXFAT_FS config EXFAT_FS
tristate "exFAT fs support" tristate "exFAT fs support"
depends on BLOCK
select NLS select NLS
help help
This adds support for the exFAT file system. This adds support for the exFAT file system.
config EXFAT_DONT_MOUNT_VFAT config EXFAT_DONT_MOUNT_VFAT
bool "Prohibit mounting of fat/vfat filesysems by exFAT" bool "Prohibit mounting of fat/vfat filesysems by exFAT"
depends on EXFAT_FS
default y default y
help help
By default, the exFAT driver will only mount exFAT filesystems, and refuse By default, the exFAT driver will only mount exFAT filesystems, and refuse
......
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