summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-17 10:44:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-17 10:44:23 -0600
commit568c665531bfdf512612136a6fe6e7c9c89f9058 (patch)
tree246e4a8300b41a7ab1ec7fa4e5a31591786926f3 /nuttx/configs/stm3240g-eval
parentbc49d73b00c70fc2e03a3e1151e96f6785c57ee4 (diff)
downloadpx4-nuttx-568c665531bfdf512612136a6fe6e7c9c89f9058.tar.gz
px4-nuttx-568c665531bfdf512612136a6fe6e7c9c89f9058.tar.bz2
px4-nuttx-568c665531bfdf512612136a6fe6e7c9c89f9058.zip
Add prefex ETH0 to all PHY configurations to support multiple NICs
Diffstat (limited to 'nuttx/configs/stm3240g-eval')
-rw-r--r--nuttx/configs/stm3240g-eval/discover/defconfig8
-rw-r--r--nuttx/configs/stm3240g-eval/xmlrpc/defconfig8
2 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/configs/stm3240g-eval/discover/defconfig b/nuttx/configs/stm3240g-eval/discover/defconfig
index d255c748b..d188b3e2c 100644
--- a/nuttx/configs/stm3240g-eval/discover/defconfig
+++ b/nuttx/configs/stm3240g-eval/discover/defconfig
@@ -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
diff --git a/nuttx/configs/stm3240g-eval/xmlrpc/defconfig b/nuttx/configs/stm3240g-eval/xmlrpc/defconfig
index 6917ab0fd..8962777e4 100644
--- a/nuttx/configs/stm3240g-eval/xmlrpc/defconfig
+++ b/nuttx/configs/stm3240g-eval/xmlrpc/defconfig
@@ -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