summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2011-10-24 21:26:59 +0800
committerAlan Tull <alan.tull@freescale.com>2011-10-25 11:51:13 -0500
commit153fe3d72d8fae649cd4e80b87a5964860d36012 (patch)
treee2547571b36ef7f8e3fce343dfa4d08242f7b849 /arch/arm/configs
parentef0fb0f3afe8f6684689e1c0b258c4502115e44c (diff)
ENGR00160667 mx53 ard: fix ethernet unwork
1) use smsc911x instead of smc911x The smsc911x is supposed to replace the old smc911x driver. 2) fix the wrong chip select address Signed-off-by: Dong Aisheng <b29396@freescale.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/imx5_defconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/configs/imx5_defconfig b/arch/arm/configs/imx5_defconfig
index be5f240b5b7e..9c2687ed50a6 100644
--- a/arch/arm/configs/imx5_defconfig
+++ b/arch/arm/configs/imx5_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux/arm 2.6.38 Kernel Configuration
-# Sat Oct 8 15:59:45 2011
+# Mon Oct 24 21:25:30 2011
#
CONFIG_ARM=y
CONFIG_HAVE_PWM=y
@@ -788,12 +788,13 @@ CONFIG_MDIO_BITBANG=y
CONFIG_MDIO_GPIO=y
CONFIG_NET_ETHERNET=y
# CONFIG_AX88796 is not set
-CONFIG_SMC91X=y
+# CONFIG_SMC91X is not set
# CONFIG_DM9000 is not set
# CONFIG_ENC28J60 is not set
# CONFIG_ETHOC is not set
# CONFIG_SMC911X is not set
-# CONFIG_SMSC911X is not set
+CONFIG_SMSC911X=y
+# CONFIG_SMSC911X_ARCH_HOOKS is not set
# CONFIG_DNET is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set