summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Mahadevan <Mahesh.Mahadevan@freescale.com>2013-10-30 18:52:53 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-10-31 12:20:56 -0200
commit5c95ac2b12675ba07a0a3598c23f5b47a8c3d6f0 (patch)
tree65f7e5af82c9c5b23af319f88c1e2919340ff2ed
parent3e101af700662380160b833a13ce75c63e439030 (diff)
downloadmeta-freescale-5c95ac2b12675ba07a0a3598c23f5b47a8c3d6f0.tar.gz
linux-imx (2.6.35.3): Sync i.MX5 defconfig with the one in the kernel
Enable CONFIG_FEC_NAPI option. This was disabled earlier as it was causing a crash during boot, this issue has been fixed by commit: <ef3b62c1bab6f8> ENGR00266268 net: fec: napi cause system crash Signed-off-by: Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com>
-rw-r--r--meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig
index 94323bc0..213a06d7 100644
--- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig
+++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig
@@ -877,7 +877,7 @@ CONFIG_SMSC911X=y
877# CONFIG_KS8851 is not set 877# CONFIG_KS8851 is not set
878# CONFIG_KS8851_MLL is not set 878# CONFIG_KS8851_MLL is not set
879CONFIG_FEC=y 879CONFIG_FEC=y
880# CONFIG_FEC_NAPI is not set 880CONFIG_FEC_NAPI=y
881# CONFIG_FEC_1588 is not set 881# CONFIG_FEC_1588 is not set
882# CONFIG_FEC2 is not set 882# CONFIG_FEC2 is not set
883# CONFIG_NETDEV_1000 is not set 883# CONFIG_NETDEV_1000 is not set