summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/adi/Kconfig
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-10-31 10:27:24 +0400
committerDavid S. Miller <davem@davemloft.net>2012-11-01 19:41:35 +0400
commitdd87b22f9096863adfd5daf281beb0a83379bd8f (patch)
tree6fe070016ab65b58245cb2910f2166f880dd8c12 /drivers/net/ethernet/adi/Kconfig
parentbc3c5f634de23ca767c2d04d356ddf5bbe2144e2 (diff)
downloadlinux-dd87b22f9096863adfd5daf281beb0a83379bd8f.tar.xz
bfin_mac: offer a PTP Hardware Clock.
The BF518 has a PTP time unit that works in a similar way to other MAC based clocks, like gianfar, ixp46x, and igb. This patch adds support for using the blackfin as a PHC. Although the blackfin hardware does offer a few ancillary features, this patch implements only the basic operations. Compile tested only. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Tested-by: Bob Liu <lliubbo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/adi/Kconfig')
-rw-r--r--drivers/net/ethernet/adi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/adi/Kconfig b/drivers/net/ethernet/adi/Kconfig
index 49a30d37ae4a..175c38c077b2 100644
--- a/drivers/net/ethernet/adi/Kconfig
+++ b/drivers/net/ethernet/adi/Kconfig
@@ -61,7 +61,7 @@ config BFIN_RX_DESC_NUM
config BFIN_MAC_USE_HWSTAMP
bool "Use IEEE 1588 hwstamp"
- depends on BFIN_MAC && BF518
+ depends on BFIN_MAC && BF518 && PTP_1588_CLOCK && !(BFIN_MAC=y && PTP_1588_CLOCK=m)
default y
---help---
To support the IEEE 1588 Precision Time Protocol (PTP), select y here