summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpcxpresso-lpc1768
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/lpcxpresso-lpc1768
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/lpcxpresso-lpc1768')
-rw-r--r--nuttx/configs/lpcxpresso-lpc1768/README.txt2
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig6
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/nsh/defconfig6
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/nx/defconfig6
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/ostest/defconfig6
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig6
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig6
7 files changed, 19 insertions, 19 deletions
diff --git a/nuttx/configs/lpcxpresso-lpc1768/README.txt b/nuttx/configs/lpcxpresso-lpc1768/README.txt
index 3e269e979..9e4c224cb 100644
--- a/nuttx/configs/lpcxpresso-lpc1768/README.txt
+++ b/nuttx/configs/lpcxpresso-lpc1768/README.txt
@@ -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
diff --git a/nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig b/nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig
index 1a4069e64..71e5ea531 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/dhcpd/defconfig
@@ -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
diff --git a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
index 836ba54bf..ecc3cefe3 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
@@ -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
diff --git a/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig
index a1a2849ed..1b6da6bb2 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/nx/defconfig
@@ -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
diff --git a/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig b/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig
index 8aee698f4..4f9fde0f0 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig
@@ -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
diff --git a/nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig b/nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig
index 899502bd0..25a67c5fb 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/thttpd/defconfig
@@ -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
diff --git a/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig b/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig
index 791bd7e09..57ad1c52e 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/usbmsc/defconfig
@@ -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