diff options
author | Takahiroi Shimizu <tshimizu818@gmail.com> | 2012-03-08 02:16:27 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-10 01:55:38 +0400 |
commit | 1a0bdadb4e36abac63b0a9787f372aac30c11a9e (patch) | |
tree | f66477ebd3542f16738995a049b0f341ee0ab82e /drivers/net/ethernet/oki-semi/pch_gbe/Kconfig | |
parent | 863d08ece9bf11043541e8017cfbdd16b800fbe5 (diff) | |
download | linux-1a0bdadb4e36abac63b0a9787f372aac30c11a9e.tar.xz |
net/pch_gbe: supports eg20t ptp clock
Supports EG20T ptp clock in the driver
Changes e-mail address.
Adds number.
Signed-off-by: Takahiro Shimizu <tshimizu818@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/oki-semi/pch_gbe/Kconfig')
-rw-r--r-- | drivers/net/ethernet/oki-semi/pch_gbe/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig index 00bc4fc968c7..bce01641ee6b 100644 --- a/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig +++ b/drivers/net/ethernet/oki-semi/pch_gbe/Kconfig @@ -20,3 +20,16 @@ config PCH_GBE purpose use. ML7223/ML7831 is companion chip for Intel Atom E6xx series. ML7223/ML7831 is completely compatible for Intel EG20T PCH. + +if PCH_GBE + +config PCH_PTP + bool "PCH PTP clock support" + default n + depends on PTP_1588_CLOCK_PCH + ---help--- + Say Y here if you want to use Precision Time Protocol (PTP) in the + driver. PTP is a method to precisely synchronize distributed clocks + over Ethernet networks. + +endif # PCH_GBE |