summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorNamjae Jeon <namjae.jeon@samsung.com>2020-03-02 15:21:42 +0900
committerAl Viro <viro@zeniv.linux.org.uk>2020-03-05 21:00:40 -0500
commitb9d1e2e6265f5dc25e9f5dbfbde3e53d8a4958ac (patch)
treed44bb72a45d59c146eef53d430311f2a6cd02505 /fs/Kconfig
parent370e812b3ec190fa492c9fd5a80c38b086d105c0 (diff)
downloadlinux-b9d1e2e6265f5dc25e9f5dbfbde3e53d8a4958ac.tar.gz
linux-b9d1e2e6265f5dc25e9f5dbfbde3e53d8a4958ac.tar.xz
exfat: add Kconfig and Makefile
This adds the Kconfig and Makefile for exfat. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Sungjong Seo <sj1557.seo@samsung.com> 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>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 708ba336e689..f08fbbfafd9a 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -140,9 +140,10 @@ endmenu
endif # BLOCK
if BLOCK
-menu "DOS/FAT/NT Filesystems"
+menu "DOS/FAT/EXFAT/NT Filesystems"
source "fs/fat/Kconfig"
+source "fs/exfat/Kconfig"
source "fs/ntfs/Kconfig"
endmenu