summaryrefslogtreecommitdiff
path: root/Kconfig.zephyr
diff options
context:
space:
mode:
authorRamesh Thomas <ramesh.thomas@intel.com>2016-07-25 16:20:54 -0700
committerRamesh Thomas <ramesh.thomas@intel.com>2016-08-01 16:46:38 -0700
commitcc74572c5be92e5fdc30aac4208f94067ad7d99c (patch)
treef750708393a0965dd1f1e0ba62f70307f53a3bfd /Kconfig.zephyr
parent573b7420d46342e4ed263681760a616685ff96cc (diff)
fs: Adds diskio interface
Adds the diskio interface for the FAT file system. This revision uses RAM to emulate disk storage. Origin: Original Jira: ZEP-285 Change-Id: I7a30c8761d5ed9b564f1d1e08482c5ef199d7372 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
Diffstat (limited to 'Kconfig.zephyr')
-rw-r--r--Kconfig.zephyr2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kconfig.zephyr b/Kconfig.zephyr
index edfb44f80..ca6d5c949 100644
--- a/Kconfig.zephyr
+++ b/Kconfig.zephyr
@@ -32,6 +32,8 @@ source "misc/Kconfig"
source "lib/Kconfig"
+source "fs/Kconfig"
+
source "ext/Kconfig"
source "usb/Kconfig"