Skip to content

Commit

Permalink
staging: exfat: make staging/exfat and fs/exfat mutually exclusive
Browse files Browse the repository at this point in the history
Make staging/exfat and fs/exfat mutually exclusive to select the one
between two same filesystem.

Suggested-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Sungjong Seo <sj1557.seo@samsung.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Namjae Jeon authored and Al Viro committed Mar 6, 2020
1 parent 88ab55f commit 1a3c050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/exfat/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
config STAGING_EXFAT_FS
tristate "exFAT fs support"
depends on BLOCK
depends on BLOCK && !EXFAT_FS
select NLS
help
This adds support for the exFAT file system.
Expand Down

0 comments on commit 1a3c050

Please sign in to comment.