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

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

View File

@ -96,7 +96,7 @@
/* Use MCU Pin Reset DM9161 PHY Chip */
#ifdef CONFIG_PHY_DM9161
#ifdef CONFIG_ETH0_PHY_DM9161
# define GPIO_DM9161_RET (GPIO_OUTPUT|GPIO_CNF_OUTPP|GPIO_MODE_50MHz|GPIO_OUTPUT_SET|\
GPIO_PORTB|GPIO_PIN15)
#endif

View File

@ -58,7 +58,7 @@
* Public Functions
************************************************************************************/
#if defined(CONFIG_PHY_DM9161) && defined(CONFIG_STM32_PHYINIT)
#if defined(CONFIG_ETH0_PHY_DM9161) && defined(CONFIG_STM32_PHYINIT)
int stm32_phy_boardinitialize(int intf)
{
/* Configure the DM9161 PHY reset pin and take it out of reset */

View File

@ -380,7 +380,7 @@ Lincoln 60 Configuration Options
LPC17xx specific PHY/Ethernet device driver settings. These setting
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_ETH0_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_PHY_AUTONEG - Enable auto-negotion
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex

View File

@ -137,7 +137,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -143,7 +143,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -835,7 +835,7 @@ LPC4330-Xplorer Configuration Options
LPC43xx specific PHY/Ethernet device driver settings. These setting
also require CONFIG_NET and CONFIG_LPC43_ETHERNET.
CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_ETH0_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_PHY_AUTONEG - Enable auto-negotion
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex

View File

@ -171,7 +171,7 @@ CONFIG_USART3_RS485MODE=n
#
# LPC43xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -169,7 +169,7 @@ CONFIG_USART3_RS485MODE=n
#
# LPC43xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -676,7 +676,7 @@ LPCXpresso Configuration Options
LPC17xx specific PHY/Ethernet device driver settings. These setting
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_ETH0_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_PHY_AUTONEG - Enable auto-negotion
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex

View File

@ -139,9 +139,9 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=n
CONFIG_PHY_LAN8720=y
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=n
CONFIG_ETH0_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -139,9 +139,9 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=n
CONFIG_PHY_LAN8720=y
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=n
CONFIG_ETH0_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -139,9 +139,9 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=n
CONFIG_PHY_LAN8720=y
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=n
CONFIG_ETH0_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -139,9 +139,9 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=n
CONFIG_PHY_LAN8720=y
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=n
CONFIG_ETH0_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -139,9 +139,9 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=n
CONFIG_PHY_LAN8720=y
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=n
CONFIG_ETH0_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -139,9 +139,9 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=n
CONFIG_PHY_LAN8720=y
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=n
CONFIG_ETH0_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -350,7 +350,7 @@ mbed Configuration Options
LPC17xx specific PHY/Ethernet device driver settings. These setting
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_ETH0_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_PHY_AUTONEG - Enable auto-negotion
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex

View File

@ -137,7 +137,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -137,7 +137,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -462,7 +462,7 @@ Nucleus 2G Configuration Options
LPC17xx specific PHY/Ethernet device driver settings. These setting
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_ETH0_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_PHY_AUTONEG - Enable auto-negotion
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex

View File

@ -137,7 +137,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -137,7 +137,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -137,7 +137,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -777,7 +777,7 @@ Olimex LPC1766-STK Configuration Options
LPC17xx specific PHY/Ethernet device driver settings. These setting
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_ETH0_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_PHY_AUTONEG - Enable auto-negotion
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex

View File

@ -143,7 +143,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -373,10 +373,10 @@ CONFIG_UART0_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_PHY_KS8721=y
# CONFIG_PHY_DP83848C is not set
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
CONFIG_ETH0_PHY_KS8721=y
# CONFIG_ETH0_PHY_DP83848C is not set
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_IPv6 is not set

View File

@ -382,10 +382,10 @@ CONFIG_UART0_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_PHY_KS8721=y
# CONFIG_PHY_DP83848C is not set
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
CONFIG_ETH0_PHY_KS8721=y
# CONFIG_ETH0_PHY_DP83848C is not set
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_PROMISCUOUS is not set

View File

@ -143,7 +143,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -143,7 +143,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -145,7 +145,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -143,7 +143,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -143,7 +143,7 @@ CONFIG_UART3_2STOP=0
#
# LPC17xx specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=y
CONFIG_ETH0_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -397,10 +397,10 @@ CONFIG_UART1_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_PHY_KS8721=y
# CONFIG_PHY_DP83848C is not set
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
CONFIG_ETH0_PHY_KS8721=y
# CONFIG_ETH0_PHY_DP83848C is not set
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_PROMISCUOUS is not set

View File

@ -493,10 +493,10 @@ CONFIG_USART2_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_PHY_KS8721=y
# CONFIG_PHY_DP83848C is not set
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
CONFIG_ETH0_PHY_KS8721=y
# CONFIG_ETH0_PHY_DP83848C is not set
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_PROMISCUOUS is not set

View File

@ -987,9 +987,9 @@ PIC32MX Configuration Options
PIC32MX specific PHY/Ethernet device driver settings
CONFIG_PHY_KS8721 - Selects the Micrel KS8721 PHY
CONFIG_PHY_DP83848C - Selects the National Semiconduction DP83848C PHY
CONFIG_PHY_LAN8720 - Selects the SMSC LAN8720 PHY
CONFIG_ETH0_PHY_KS8721 - Selects the Micrel KS8721 PHY
CONFIG_ETH0_PHY_DP83848C - Selects the National Semiconduction DP83848C PHY
CONFIG_ETH0_PHY_LAN8720 - Selects the SMSC LAN8720 PHY
CONFIG_PHY_AUTONEG - Enable auto-negotion
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex

View File

@ -182,9 +182,9 @@ CONFIG_UART6_2STOP=0
#
# PIC32MX specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=y
CONFIG_PHY_LAN8720=n
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=y
CONFIG_ETH0_PHY_LAN8720=n
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -182,9 +182,9 @@ CONFIG_UART6_2STOP=0
#
# PIC32MX specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=y
CONFIG_PHY_LAN8720=n
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=y
CONFIG_ETH0_PHY_LAN8720=n
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -182,9 +182,9 @@ CONFIG_UART6_2STOP=0
#
# PIC32MX specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=y
CONFIG_PHY_LAN8720=n
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=y
CONFIG_ETH0_PHY_LAN8720=n
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -565,9 +565,9 @@ PIC32MX Configuration Options
PIC32MX specific PHY/Ethernet device driver settings
CONFIG_PHY_KS8721 - Selects the Micrel KS8721 PHY
CONFIG_PHY_DP83848C - Selects the National Semiconduction DP83848C PHY
CONFIG_PHY_LAN8720 - Selects the SMSC LAN8720 PHY
CONFIG_ETH0_PHY_KS8721 - Selects the Micrel KS8721 PHY
CONFIG_ETH0_PHY_DP83848C - Selects the National Semiconduction DP83848C PHY
CONFIG_ETH0_PHY_LAN8720 - Selects the SMSC LAN8720 PHY
CONFIG_PHY_AUTONEG - Enable auto-negotion
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex

View File

@ -182,9 +182,9 @@ CONFIG_UART6_2STOP=0
#
# PIC32MX specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=n
CONFIG_PHY_LAN8720=y
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=n
CONFIG_ETH0_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

View File

@ -182,9 +182,9 @@ CONFIG_UART6_2STOP=0
#
# PIC32MX specific PHY/Ethernet device driver settings
#
CONFIG_PHY_KS8721=n
CONFIG_PHY_DP83848C=n
CONFIG_PHY_LAN8720=y
CONFIG_ETH0_PHY_KS8721=n
CONFIG_ETH0_PHY_DP83848C=n
CONFIG_ETH0_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y

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

View File

@ -439,10 +439,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

View File

@ -377,10 +377,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

View File

@ -463,10 +463,10 @@ CONFIG_USART3_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
CONFIG_PHY_KS8721=y
# CONFIG_PHY_DP83848C is not set
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
CONFIG_ETH0_PHY_KS8721=y
# CONFIG_ETH0_PHY_DP83848C is not set
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_IPv6 is not set

View File

@ -397,10 +397,10 @@ CONFIG_USART3_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
# CONFIG_PHY_KS8721 is not set
CONFIG_PHY_DP83848C=y
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
# CONFIG_ETH0_PHY_KS8721 is not set
CONFIG_ETH0_PHY_DP83848C=y
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_IPv6 is not set

View File

@ -390,10 +390,10 @@ CONFIG_USART3_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
# CONFIG_PHY_KS8721 is not set
CONFIG_PHY_DP83848C=y
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
# CONFIG_ETH0_PHY_KS8721 is not set
CONFIG_ETH0_PHY_DP83848C=y
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_IPv6 is not set

View File

@ -476,7 +476,7 @@ ZKit-ARM Configuration Options
LPC17xx specific PHY/Ethernet device driver settings. These setting
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.
CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_ETH0_PHY_KS8721 - Selects Micrel KS8721 PHY
CONFIG_PHY_AUTONEG - Enable auto-negotion
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex

View File

@ -376,10 +376,10 @@ CONFIG_UART0_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
# CONFIG_PHY_KS8721 is not set
CONFIG_PHY_DP83848C=y
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
# CONFIG_ETH0_PHY_KS8721 is not set
CONFIG_ETH0_PHY_DP83848C=y
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_IPv6 is not set

View File

@ -392,10 +392,10 @@ CONFIG_UART0_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
# CONFIG_PHY_KS8721 is not set
CONFIG_PHY_DP83848C=y
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
# CONFIG_ETH0_PHY_KS8721 is not set
CONFIG_ETH0_PHY_DP83848C=y
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_IPv6 is not set

View File

@ -411,10 +411,10 @@ CONFIG_UART0_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
# CONFIG_PHY_KS8721 is not set
CONFIG_PHY_DP83848C=y
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
# CONFIG_ETH0_PHY_KS8721 is not set
CONFIG_ETH0_PHY_DP83848C=y
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_IPv6 is not set

View File

@ -376,10 +376,10 @@ CONFIG_UART0_2STOP=0
#
CONFIG_NET=y
CONFIG_ARCH_HAVE_PHY=y
# CONFIG_PHY_KS8721 is not set
CONFIG_PHY_DP83848C=y
# CONFIG_PHY_LAN8720 is not set
# CONFIG_PHY_DM9161 is not set
# CONFIG_ETH0_PHY_KS8721 is not set
CONFIG_ETH0_PHY_DP83848C=y
# CONFIG_ETH0_PHY_LAN8720 is not set
# CONFIG_ETH0_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
# CONFIG_NET_MULTIBUFFER is not set
# CONFIG_NET_IPv6 is not set