diff options
author | Steve Glendinning <steve.glendinning@smsc.com> | 2009-01-07 03:21:29 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-01-21 03:42:25 -0500 |
commit | 02da916ae69889f72ca026d759fe521094ba7065 (patch) | |
tree | 58b38239ce2cfe60eda381c119baed21fb49aa26 /arch/sh/configs/magicpanelr2_defconfig | |
parent | 90b764916abedbebe62ac41b2e4a3fc3e2b82f9b (diff) |
sh: convert magicpanelr2 platform to use smsc911x.
Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/configs/magicpanelr2_defconfig')
-rw-r--r-- | arch/sh/configs/magicpanelr2_defconfig | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/arch/sh/configs/magicpanelr2_defconfig b/arch/sh/configs/magicpanelr2_defconfig index 499ed7204385..e590085486de 100644 --- a/arch/sh/configs/magicpanelr2_defconfig +++ b/arch/sh/configs/magicpanelr2_defconfig | |||
@@ -502,13 +502,30 @@ CONFIG_NETDEVICES=y | |||
502 | # CONFIG_EQUALIZER is not set | 502 | # CONFIG_EQUALIZER is not set |
503 | # CONFIG_TUN is not set | 503 | # CONFIG_TUN is not set |
504 | # CONFIG_VETH is not set | 504 | # CONFIG_VETH is not set |
505 | # CONFIG_PHYLIB is not set | 505 | CONFIG_PHYLIB=y |
506 | |||
507 | # | ||
508 | # MII PHY device drivers | ||
509 | # | ||
510 | # CONFIG_MARVELL_PHY is not set | ||
511 | # CONFIG_DAVICOM_PHY is not set | ||
512 | # CONFIG_QSEMI_PHY is not set | ||
513 | # CONFIG_LXT_PHY is not set | ||
514 | # CONFIG_CICADA_PHY is not set | ||
515 | # CONFIG_VITESSE_PHY is not set | ||
516 | CONFIG_SMSC_PHY=y | ||
517 | # CONFIG_BROADCOM_PHY is not set | ||
518 | # CONFIG_ICPLUS_PHY is not set | ||
519 | # CONFIG_REALTEK_PHY is not set | ||
520 | # CONFIG_FIXED_PHY is not set | ||
521 | # CONFIG_MDIO_BITBANG is not set | ||
506 | CONFIG_NET_ETHERNET=y | 522 | CONFIG_NET_ETHERNET=y |
507 | CONFIG_MII=y | 523 | CONFIG_MII=y |
508 | # CONFIG_AX88796 is not set | 524 | # CONFIG_AX88796 is not set |
509 | # CONFIG_STNIC is not set | 525 | # CONFIG_STNIC is not set |
510 | # CONFIG_SMC91X is not set | 526 | # CONFIG_SMC91X is not set |
511 | CONFIG_SMC911X=y | 527 | # CONFIG_SMC911X is not set |
528 | CONFIG_SMSC911X=y | ||
512 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 529 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
513 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 530 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
514 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 531 | # CONFIG_IBM_NEW_EMAC_TAH is not set |