summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpcxpresso-lpc1768
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-15 22:42:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-15 22:42:47 +0000
commitf59a457ba7da70e76fdba829f1b17764dbc1d486 (patch)
treed14f4371c30eb8fb25f003908071904307175f00 /nuttx/configs/lpcxpresso-lpc1768
parent65e82f8b46538cf3b00a20f44864e862b76d7eb7 (diff)
downloadpx4-nuttx-f59a457ba7da70e76fdba829f1b17764dbc1d486.tar.gz
px4-nuttx-f59a457ba7da70e76fdba829f1b17764dbc1d486.tar.bz2
px4-nuttx-f59a457ba7da70e76fdba829f1b17764dbc1d486.zip
Add support for SMSC LAN8720 PHY
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3510 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lpcxpresso-lpc1768')
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/nsh/defconfig6
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/ostest/defconfig6
-rwxr-xr-xnuttx/configs/lpcxpresso-lpc1768/usbstorage/defconfig6
3 files changed, 15 insertions, 3 deletions
diff --git a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
index 10aa9e5f2..3b71b7172 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig
@@ -188,6 +188,8 @@ CONFIG_UART3_2STOP=0
# LPC17xx specific PHY/Ethernet device driver settings
#
# CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
+# CONFIG_PHY_DP83848C - Selects National Semiconductor DP83848C PHY
+# CONFIG_PHY_LAN8720 - Selects 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
@@ -205,7 +207,9 @@ CONFIG_UART3_2STOP=0
# CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames.
# Automatically set if CONFIG_NET_IGMP is selected.
#
-CONFIG_PHY_KS8721=y
+CONFIG_PHY_KS8721=n
+CONFIG_PHY_DP83848C=n
+CONFIG_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 0e32576eb..770252766 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig
@@ -188,6 +188,8 @@ CONFIG_UART3_2STOP=0
# LPC17xx specific PHY/Ethernet device driver settings
#
# CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
+# CONFIG_PHY_DP83848C - Selects National Semiconductor DP83848C PHY
+# CONFIG_PHY_LAN8720 - Selects 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
@@ -203,7 +205,9 @@ CONFIG_UART3_2STOP=0
# CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames.
# Automatically set if CONFIG_NET_IGMP is selected.
#
-CONFIG_PHY_KS8721=y
+CONFIG_PHY_KS8721=n
+CONFIG_PHY_DP83848C=n
+CONFIG_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y
diff --git a/nuttx/configs/lpcxpresso-lpc1768/usbstorage/defconfig b/nuttx/configs/lpcxpresso-lpc1768/usbstorage/defconfig
index abb4f6761..79f59228f 100755
--- a/nuttx/configs/lpcxpresso-lpc1768/usbstorage/defconfig
+++ b/nuttx/configs/lpcxpresso-lpc1768/usbstorage/defconfig
@@ -188,6 +188,8 @@ CONFIG_UART3_2STOP=0
# LPC17xx specific PHY/Ethernet device driver settings
#
# CONFIG_PHY_KS8721 - Selects Micrel KS8721 PHY
+# CONFIG_PHY_DP83848C - Selects National Semiconductor DP83848C PHY
+# CONFIG_PHY_LAN8720 - Selects 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
@@ -203,7 +205,9 @@ CONFIG_UART3_2STOP=0
# CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames.
# Automatically set if CONFIG_NET_IGMP is selected.
#
-CONFIG_PHY_KS8721=y
+CONFIG_PHY_KS8721=n
+CONFIG_PHY_DP83848C=n
+CONFIG_PHY_LAN8720=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y