diff options
| author | LuK1337 <priv.luk@gmail.com> | 2018-04-03 01:05:14 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@gmail.com> | 2020-04-18 04:05:26 +0300 |
| commit | 36e31e3da8c4a6e8ef30c6ef72da79c71ddb72af (patch) | |
| tree | 88e0f6655d16f17bebc45e49523cbfa5db8b89d3 | |
| parent | 92b9afc5891b17749801e022f63d31ec1f23a817 (diff) | |
fs: Include sdfat driver
Change-Id: I9818a37e5f731d2b0f92395b9bf4029405b8134a
| -rw-r--r-- | fs/Kconfig | 1 | ||||
| -rw-r--r-- | fs/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 89ddd182f568..4d90075f54bf 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -103,6 +103,7 @@ if BLOCK menu "DOS/FAT/NT Filesystems" source "fs/fat/Kconfig" +source "fs/sdfat/Kconfig" source "fs/ntfs/Kconfig" endmenu diff --git a/fs/Makefile b/fs/Makefile index 4644db462ba9..debf0742b3c9 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -77,6 +77,7 @@ obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ obj-$(CONFIG_CODA_FS) += coda/ obj-$(CONFIG_MINIX_FS) += minix/ obj-$(CONFIG_FAT_FS) += fat/ +obj-$(CONFIG_SDFAT_FS) += sdfat/ obj-$(CONFIG_BFS_FS) += bfs/ obj-$(CONFIG_ISO9660_FS) += isofs/ obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ |
