diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-02-06 20:09:47 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-02 20:45:32 +0800 |
commit | 666f41afc20fe87ffa00a8feba83b28bb956e976 (patch) | |
tree | bf556d6b549b7a26adb57a4610dbc043cdf47659 /arch/arm/configs/imx_v4_v5_defconfig | |
parent | 90f3700e75afc66d0a7aec9b76025575e3ebd18f (diff) | |
download | blackbird-op-linux-666f41afc20fe87ffa00a8feba83b28bb956e976.tar.gz blackbird-op-linux-666f41afc20fe87ffa00a8feba83b28bb956e976.zip |
ARM: imx_v4_v5_defconfig: Add VFAT support
Select CONFIG_VFAT_FS by default.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs/imx_v4_v5_defconfig')
-rw-r--r-- | arch/arm/configs/imx_v4_v5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index e6b0007355f8..5a45d3e6c52b 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig @@ -177,6 +177,7 @@ CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_EXT4_FS=y # CONFIG_DNOTIFY is not set +CONFIG_VFAT_FS=y # CONFIG_PROC_PAGE_MONITOR is not set CONFIG_TMPFS=y CONFIG_JFFS2_FS=y |