diff options
author | Xie Xiaobo <X.Xie@freescale.com> | 2011-11-11 17:19:41 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-11 07:48:59 -0600 |
commit | c27ff9b623067549e937bd419adb98f2db2b15c7 (patch) | |
tree | 585851ba81490fb806cadd307af766e5d2f59196 /include/config_phylib_all_drivers.h | |
parent | 07b5edc20633b803ac047bddff569432dab7a917 (diff) | |
download | u-boot-c27ff9b623067549e937bd419adb98f2db2b15c7.tar.gz |
phylib: Enable AR8021 phy support
Enable AR8021 as it used on Freescale boards: P1020RDB-PC, P1021RDB-PC,
P2020RDB-PC, P1020UTM-PC, and P1020MSBG-PC.
Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/config_phylib_all_drivers.h')
-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 903c7a7759..1db7cec209 100644 --- a/include/config_phylib_all_drivers.h +++ b/include/config_phylib_all_drivers.h @@ -22,6 +22,7 @@ #define CONFIG_PHY_REALTEK #define CONFIG_PHY_NATSEMI #define CONFIG_PHY_LXT +#define CONFIG_PHY_ATHEROS #ifdef CONFIG_PHYLIB_10G #define CONFIG_PHY_TERANETICS |