diff options
author | Javier Martinez Canillas <javier@dowhile0.org> | 2012-06-23 18:18:59 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-28 03:07:56 -0400 |
commit | d3ada72ee3a479acbfb718302ca8b87d9d6e5e60 (patch) | |
tree | 02d86d20325e188a363c2335428efa60d89e1105 /arch | |
parent | 53e6a100f78a9723970ca5e0ad5857de8ad399ae (diff) |
ARM: OMAP: omap2plus_defconfig: Enable EXT4 support
On OMAP boards that includes an SD card slot, an EXT4 partition could
be used to store the root file system. So, the kernel should have
built-in support for EXT4 to be able to mount the VFS root on boot.
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 9854ff4279e0..f3087cb0ab08 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -197,6 +197,7 @@ CONFIG_RTC_DRV_TWL4030=y | |||
197 | CONFIG_EXT2_FS=y | 197 | CONFIG_EXT2_FS=y |
198 | CONFIG_EXT3_FS=y | 198 | CONFIG_EXT3_FS=y |
199 | # CONFIG_EXT3_FS_XATTR is not set | 199 | # CONFIG_EXT3_FS_XATTR is not set |
200 | CONFIG_EXT4_FS=y | ||
200 | CONFIG_QUOTA=y | 201 | CONFIG_QUOTA=y |
201 | CONFIG_QFMT_V2=y | 202 | CONFIG_QFMT_V2=y |
202 | CONFIG_MSDOS_FS=y | 203 | CONFIG_MSDOS_FS=y |