diff options
author | Mahesh Mahadevan <Mahesh.Mahadevan@freescale.com> | 2013-10-30 18:52:53 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-11-04 10:55:29 -0200 |
commit | 3251a7dddde3c00370fb9b10573754e65ed51e6b (patch) | |
tree | dc84b22757ebbecc42da86128b1f6cb3c3fa1392 | |
parent | 88eeb84c98fe88dd8bac06cf88125020447590fb (diff) | |
download | meta-fsl-arm-3251a7dddde3c00370fb9b10573754e65ed51e6b.tar.gz meta-fsl-arm-3251a7dddde3c00370fb9b10573754e65ed51e6b.tar.bz2 meta-fsl-arm-3251a7dddde3c00370fb9b10573754e65ed51e6b.zip |
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-- | recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig index 94323bc..213a06d 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/mx5/defconfig @@ -877,7 +877,7 @@ CONFIG_SMSC911X=y # CONFIG_KS8851 is not set # CONFIG_KS8851_MLL is not set CONFIG_FEC=y -# CONFIG_FEC_NAPI is not set +CONFIG_FEC_NAPI=y # CONFIG_FEC_1588 is not set # CONFIG_FEC2 is not set # CONFIG_NETDEV_1000 is not set |