From f165bbb765850e90eea3adbdeb68803e8076f9e4 Mon Sep 17 00:00:00 2001 From: Mike Looijmans Date: Thu, 28 Jul 2016 07:38:31 +0200 Subject: linux standard.cfg: Replace ext2/ext3 drivers with ext4 The ext4 driver supports all "ext" filesystems, including ext2 and ext3, and usually even performs better on existing ext3 partitions. Omitting the obsolete drivers makes the kernel a bit smaller. Signed-off-by: Mike Looijmans Signed-off-by: Nathan Rossi --- recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg b/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg index 47d38a8b..1a3db46b 100644 --- a/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg +++ b/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg @@ -66,9 +66,8 @@ CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=16384 CONFIG_TMPFS=y -CONFIG_EXT2_FS=y -CONFIG_EXT3_FS=y CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_JFFS2_FS=y CONFIG_JFFS2_SUMMARY=y CONFIG_NFS_FS=y -- cgit v1.2.3-54-g00ecf