diff options
author | Mingkai Hu <Mingkai.hu@freescale.com> | 2012-10-12 02:34:15 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2012-10-22 15:52:46 -0500 |
commit | d8812bdbba21eefdf773ab3a42dcdf966d68ab92 (patch) | |
tree | 14f04943bc525313d2162808a9cb91dde12ad85f /include | |
parent | 9905757e298f37c59587d1a07b1ad8cdbed4e063 (diff) | |
download | u-boot-imx-d8812bdbba21eefdf773ab3a42dcdf966d68ab92.zip u-boot-imx-d8812bdbba21eefdf773ab3a42dcdf966d68ab92.tar.gz u-boot-imx-d8812bdbba21eefdf773ab3a42dcdf966d68ab92.tar.bz2 |
phylib: Enable SMSC LAN87xx PHY support
LAN8720 PHY is used on Freescale C2X0QDS board.
Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/config_phylib_all_drivers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_phylib_all_drivers.h b/include/config_phylib_all_drivers.h index 1db7cec..12828c6 100644 --- a/include/config_phylib_all_drivers.h +++ b/include/config_phylib_all_drivers.h @@ -23,6 +23,7 @@ #define CONFIG_PHY_NATSEMI #define CONFIG_PHY_LXT #define CONFIG_PHY_ATHEROS +#define CONFIG_PHY_SMSC #ifdef CONFIG_PHYLIB_10G #define CONFIG_PHY_TERANETICS |