From f59a457ba7da70e76fdba829f1b17764dbc1d486 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 15 Apr 2011 22:42:47 +0000 Subject: Add support for SMSC LAN8720 PHY git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3510 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/lpcxpresso-lpc1768/nsh/defconfig | 6 +++++- nuttx/configs/lpcxpresso-lpc1768/ostest/defconfig | 6 +++++- nuttx/configs/lpcxpresso-lpc1768/usbstorage/defconfig | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/lpcxpresso-lpc1768') 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 -- cgit v1.2.3