diff options
author | Namjae Jeon <namjae.jeon@samsung.com> | 2020-03-02 15:21:44 +0900 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-03-05 21:00:40 -0500 |
commit | 1a3c0509ce83ce48104907207423c6eb929caa59 (patch) | |
tree | 88c7b6d830ea63f060e6227af9cb8f385dee690d | |
parent | 88ab55f16aae90e2e974eb67cc2380edb92b0661 (diff) |
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 <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>
-rw-r--r-- | drivers/staging/exfat/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/exfat/Kconfig b/drivers/staging/exfat/Kconfig index 292a19dfcaf51..9a0fccec65d97 100644 --- a/drivers/staging/exfat/Kconfig +++ b/drivers/staging/exfat/Kconfig @@ -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. |