Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: vf610m4: defconfig: enable EXT4 filesystem

Enable EXT4_FS to have rootfs in EXT[2-4].

Other changes are result of savedefconfig keeping minimal config (even
without enabling EXT4_FS, these would be present).

Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

afzal mohammed and committed by
Shawn Guo
5aaac427 c1cbd60f

+1 -2
+1 -2
arch/arm/configs/vf610m4_defconfig
··· 7 7 CONFIG_KALLSYMS_ALL=y 8 8 CONFIG_EMBEDDED=y 9 9 # CONFIG_MMU is not set 10 - CONFIG_ARM_SINGLE_ARMV7M=y 11 10 CONFIG_ARCH_MXC=y 12 11 CONFIG_SOC_VF610=y 13 12 CONFIG_SET_MEM_PARAM=y ··· 37 38 CONFIG_MFD_SYSCON=y 38 39 # CONFIG_HID is not set 39 40 # CONFIG_USB_SUPPORT is not set 41 + CONFIG_EXT4_FS=y 40 42 # CONFIG_MISC_FILESYSTEMS is not set 41 - # CONFIG_FTRACE is not set