summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorBarry Song2010-05-18 02:19:40 +0200
committerDavid S. Miller2010-05-18 02:19:40 +0200
commitfe92afedee23e1d91f0133360a24d2bf48270739 (patch)
tree20564c377f57af2a94644abcd18b953a6aba8c7c /drivers/net/Kconfig
parentnet: No dst refcounting in ip_queue_xmit() (diff)
downloadkernel-qcow2-linux-fe92afedee23e1d91f0133360a24d2bf48270739.tar.gz
kernel-qcow2-linux-fe92afedee23e1d91f0133360a24d2bf48270739.tar.xz
kernel-qcow2-linux-fe92afedee23e1d91f0133360a24d2bf48270739.zip
netdev: bfin_mac: add support for IEEE 1588 PTP
Newer on-chip MAC peripherals support IEEE 1588 PTP in the hardware, so extend the driver to support this functionality. Signed-off-by: Barry Song <barry.song@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index b9e7618a1473..2decc597bda7 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -887,6 +887,13 @@ config BFIN_MAC_RMII
help
Use Reduced PHY MII Interface
+config BFIN_MAC_USE_HWSTAMP
+ bool "Use IEEE 1588 hwstamp"
+ depends on BFIN_MAC && BF518
+ default y
+ help
+ To support the IEEE 1588 Precision Time Protocol (PTP), select y here
+
config SMC9194
tristate "SMC 9194 support"
depends on NET_VENDOR_SMC && (ISA || MAC && BROKEN)