diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-10-31 06:27:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-01 11:41:35 -0400 |
commit | dd87b22f9096863adfd5daf281beb0a83379bd8f (patch) | |
tree | 6fe070016ab65b58245cb2910f2166f880dd8c12 /drivers/net/ethernet/adi/Kconfig | |
parent | bc3c5f634de23ca767c2d04d356ddf5bbe2144e2 (diff) | |
download | op-kernel-dev-dd87b22f9096863adfd5daf281beb0a83379bd8f.zip op-kernel-dev-dd87b22f9096863adfd5daf281beb0a83379bd8f.tar.gz |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/adi/Kconfig b/drivers/net/ethernet/adi/Kconfig index 49a30d3..175c38c 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 |