From 568c665531bfdf512612136a6fe6e7c9c89f9058 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 17 Sep 2013 10:44:23 -0600 Subject: Add prefex ETH0 to all PHY configurations to support multiple NICs --- nuttx/configs/shenzhou/nsh/defconfig | 8 ++++---- nuttx/configs/shenzhou/nxwm/defconfig | 8 ++++---- nuttx/configs/shenzhou/thttpd/defconfig | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'nuttx/configs/shenzhou') diff --git a/nuttx/configs/shenzhou/nsh/defconfig b/nuttx/configs/shenzhou/nsh/defconfig index 450915e2f..8a8f168b2 100644 --- a/nuttx/configs/shenzhou/nsh/defconfig +++ b/nuttx/configs/shenzhou/nsh/defconfig @@ -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 diff --git a/nuttx/configs/shenzhou/nxwm/defconfig b/nuttx/configs/shenzhou/nxwm/defconfig index 22c23c1b7..f3be8c305 100644 --- a/nuttx/configs/shenzhou/nxwm/defconfig +++ b/nuttx/configs/shenzhou/nxwm/defconfig @@ -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 diff --git a/nuttx/configs/shenzhou/thttpd/defconfig b/nuttx/configs/shenzhou/thttpd/defconfig index 04340560c..7fb0cb383 100644 --- a/nuttx/configs/shenzhou/thttpd/defconfig +++ b/nuttx/configs/shenzhou/thttpd/defconfig @@ -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 -- cgit v1.2.3