summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm/httpd/defconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 10:05:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 10:05:06 -0600
commit1e1b9f831ff18c148d922455d373cb6316515fbc (patch)
tree0fa02320e826d9a4e23a45c16b5d53d99c1a93e7 /nuttx/configs/c5471evm/httpd/defconfig
parent43b4d3f4b2989417e6cf21716657019b4446cdda (diff)
downloadpx4-nuttx-1e1b9f831ff18c148d922455d373cb6316515fbc.tar.gz
px4-nuttx-1e1b9f831ff18c148d922455d373cb6316515fbc.tar.bz2
px4-nuttx-1e1b9f831ff18c148d922455d373cb6316515fbc.zip
configs/c5471evm/nettest converted use kconfig-frontends. C5471 build updated
Diffstat (limited to 'nuttx/configs/c5471evm/httpd/defconfig')
-rw-r--r--nuttx/configs/c5471evm/httpd/defconfig10
1 files changed, 4 insertions, 6 deletions
diff --git a/nuttx/configs/c5471evm/httpd/defconfig b/nuttx/configs/c5471evm/httpd/defconfig
index 118a70098..8d868d6ff 100644
--- a/nuttx/configs/c5471evm/httpd/defconfig
+++ b/nuttx/configs/c5471evm/httpd/defconfig
@@ -73,12 +73,10 @@ CONFIG_UART_MODEM_2STOP=0
#
# C5471 Ethernet Driver settings
CONFIG_C5471_NET_STATS=n
-ETHERNET_PHY_LU3X31T_T64=1
-ETHERNET_PHY_AC101L=2
-CONFIG_C5471_ETHERNET_PHY=ETHERNET_PHY_LU3X31T_T64
-CONFIG_NET_C5471_AUTONEGOTIATION=y
-CONFIG_NET_C5471_BASET100=n
-CONFIG_NET_C5471_BASET10=n
+CONFIG_C5471_PHY_LU3X31T_T64=y
+CONFIG_C5471_AUTONEGOTIATION=y
+CONFIG_C5471_BASET100=n
+CONFIG_C5471_BASET10=n
#
# General build options