summaryrefslogtreecommitdiffstats
path: root/include/configs/sunxi-common.h
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-12-07 20:53:29 +0800
committerMarek Vasut <marex@denx.de>2015-12-22 04:42:27 +0100
commit25af71c4bfcd54a88cc9098f23416fe9d1f7d80c (patch)
treed5f6fde2ae61e4412614dba4835c16da39dca134 /include/configs/sunxi-common.h
parent07806977878130dd27dfc926ef7002041f6cf288 (diff)
downloadblackbird-obmc-uboot-25af71c4bfcd54a88cc9098f23416fe9d1f7d80c.tar.gz
blackbird-obmc-uboot-25af71c4bfcd54a88cc9098f23416fe9d1f7d80c.zip
net: eth_designware: select PHYLIB in Kconfig
Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB from legacy board header files. This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE are selected. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reported-by: Pavel Machek <pavel@denx.de> Acked-by: Chin Liang See <clsee@altera.com> Acked-by: Pavel Machek <pavel@denx.de> Tested-by: Pavel Machek <pavel@denx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r--include/configs/sunxi-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index da6ab61d1b..46f7994222 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -313,7 +313,6 @@ extern int soft_i2c_gpio_scl;
#define CONFIG_PHY_GIGE /* GMAC can use gigabit PHY */
#define CONFIG_PHY_ADDR 1
#define CONFIG_MII /* MII PHY management */
-#define CONFIG_PHYLIB
#endif
#ifdef CONFIG_USB_EHCI_HCD
OpenPOWER on IntegriCloud