Add prefex ETH0 to all PHY configurations to support multiple NICs

This commit is contained in:
Gregory Nutt
2013-09-17 10:44:23 -06:00
parent b06216ff11
commit 9557eb70db
52 changed files with 123 additions and 123 deletions
+4 -4
View File
@@ -390,10 +390,10 @@ CONFIG_USART2_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
# CONFIG_PHY_KS8721 is not set
# CONFIG_PHY_DP83848C is not set
# CONFIG_PHY_LAN8720 is not set
CONFIG_PHY_DM9161=y
# CONFIG_ETH0_PHY_KS8721 is not set
# CONFIG_ETH0_PHY_DP83848C is not set
# CONFIG_ETH0_PHY_LAN8720 is not set
CONFIG_ETH0_PHY_DM9161=y
# CONFIG_NET_NOINTS is not set
CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_IPv6 is not set