summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-16 13:51:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-16 13:51:37 -0600
commite0ba93b5aa36cc418979ba794297633efe131dc5 (patch)
tree3c06d84206254fd984aa50185a6a08c8c4247470 /nuttx/drivers
parent501552171e75e2325a923c2d8526e05cf87ac162 (diff)
downloadpx4-nuttx-e0ba93b5aa36cc418979ba794297633efe131dc5.tar.gz
px4-nuttx-e0ba93b5aa36cc418979ba794297633efe131dc5.tar.bz2
px4-nuttx-e0ba93b5aa36cc418979ba794297633efe131dc5.zip
SAMV7: Quick'n'dirty port of the SAMA5D4 Ethernet MAC driver to the SAMV7. Still some unresovled issues with DCache handling
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/net/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/drivers/net/Kconfig b/nuttx/drivers/net/Kconfig
index 4a1227892..134acc68f 100644
--- a/nuttx/drivers/net/Kconfig
+++ b/nuttx/drivers/net/Kconfig
@@ -296,6 +296,9 @@ config ETH0_PHY_KS8721
config ETH0_PHY_KSZ8051
bool "Micrel KSZ8051 PHY"
+config ETH0_PHY_KSZ8061
+ bool "Micrel KSZ8061 PHY"
+
config ETH0_PHY_KSZ8081
bool "Micrel KSZ8081 PHY"