From 8a71172ede6d9754532e55876650819ddd46e79b Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 6 Feb 2015 14:59:51 -0200 Subject: linux-fslc: Add VFAT support for mxs defconfig Add VFAT file system support in order to allow pendrives and other storage devices using vfat out-of-the-box. Signed-off-by: Daiane Angolini Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc/mxs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-fslc/mxs/defconfig b/recipes-kernel/linux/linux-fslc/mxs/defconfig index 64cd52d..0a77f6d 100644 --- a/recipes-kernel/linux/linux-fslc/mxs/defconfig +++ b/recipes-kernel/linux/linux-fslc/mxs/defconfig @@ -152,6 +152,7 @@ CONFIG_FSCACHE_STATS=y CONFIG_CACHEFILES=m CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_VFAT_FS=y CONFIG_JFFS2_FS=y CONFIG_JFFS2_COMPRESSION_OPTIONS=y CONFIG_JFFS2_LZO=y -- cgit v1.2.3-54-g00ecf