Skip to content

Commit

Permalink
supports eg20t ptp clock
Browse files Browse the repository at this point in the history
Supports EG20T ptp clock in the driver

Changes e-mail address.

Adds number.

Signed-off-by: Takahiro Shimizu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Takahiro Shimizu authored and davem330 committed Mar 9, 2012
1 parent 74dd152 commit 863d08e
Show file tree
Hide file tree
Showing 3 changed files with 744 additions and 0 deletions.
13 changes: 13 additions & 0 deletions drivers/ptp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,17 @@ config DP83640_PHY
In order for this to work, your MAC driver must also
implement the skb_tx_timetamp() function.

config PTP_1588_CLOCK_PCH
tristate "Intel PCH EG20T as PTP clock"
depends on PTP_1588_CLOCK
depends on PCH_GBE
help
This driver adds support for using the PCH EG20T as a PTP
clock. This clock is only useful if your PTP programs are
getting hardware time stamps on the PTP Ethernet packets
using the SO_TIMESTAMPING API.

To compile this driver as a module, choose M here: the module
will be called ptp_pch.

endmenu
1 change: 1 addition & 0 deletions drivers/ptp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
ptp-y := ptp_clock.o ptp_chardev.o ptp_sysfs.o
obj-$(CONFIG_PTP_1588_CLOCK) += ptp.o
obj-$(CONFIG_PTP_1588_CLOCK_IXP46X) += ptp_ixp46x.o
obj-$(CONFIG_PTP_1588_CLOCK_PCH) += ptp_pch.o
Loading

0 comments on commit 863d08e

Please sign in to comment.