Skip to content

Commit 1a3c050

Browse files
namjaejeonAl Viro
authored andcommitted
staging: exfat: make staging/exfat and fs/exfat mutually exclusive
Make staging/exfat and fs/exfat mutually exclusive to select the one between two same filesystem. Suggested-by: Amir Goldstein <[email protected]> Signed-off-by: Namjae Jeon <[email protected]> Signed-off-by: Sungjong Seo <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Reviewed-by: Pali Rohár <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent 88ab55f commit 1a3c050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/exfat/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
config STAGING_EXFAT_FS
33
tristate "exFAT fs support"
4-
depends on BLOCK
4+
depends on BLOCK && !EXFAT_FS
55
select NLS
66
help
77
This adds support for the exFAT file system.

0 commit comments

Comments
 (0)