subsys: fs: consolidate elm FAT kconfig options

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-09-30 08:49:22 -04:00 committed by Anas Nashif
commit c6a8014e1c
8 changed files with 7 additions and 28 deletions

View file

@ -41,7 +41,7 @@ extern "C" {
_dir_object; \
}
#ifdef CONFIG_FILE_SYSTEM_FAT
#ifdef CONFIG_FAT_FILESYSTEM_ELM
#include <fs/fat_fs.h>
#elif CONFIG_FILE_SYSTEM_NFFS
#include <fs/nffs_fs.h>