]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
d0e36f2b6fba87391f537877b9c5da0df8822f31
[mirror_ubuntu-zesty-kernel.git] / drivers / net / ethernet / oki-semi / pch_gbe / Kconfig
1 #
2 # OKI Semiconductor device configuration
3 #
4
5 config PCH_GBE
6 tristate "OKI SEMICONDUCTOR IOH(ML7223/ML7831) GbE"
7 depends on PCI
8 select NET_CORE
9 select MII
10 ---help---
11 This is a gigabit ethernet driver for EG20T PCH.
12 EG20T PCH is the platform controller hub that is used in Intel's
13 general embedded platform. EG20T PCH has Gigabit Ethernet interface.
14 Using this interface, it is able to access system devices connected
15 to Gigabit Ethernet. This driver enables Gigabit Ethernet function.
16
17 This driver also can be used for OKI SEMICONDUCTOR IOH(Input/
18 Output Hub), ML7223/ML7831.
19 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general
20 purpose use.
21 ML7223/ML7831 is companion chip for Intel Atom E6xx series.
22 ML7223/ML7831 is completely compatible for Intel EG20T PCH.
23
24 if PCH_GBE
25
26 config PCH_PTP
27 bool "PCH PTP clock support"
28 default n
29 select PTP_1588_CLOCK
30 select PTP_1588_CLOCK_PCH
31 ---help---
32 Say Y here if you want to use Precision Time Protocol (PTP) in the
33 driver. PTP is a method to precisely synchronize distributed clocks
34 over Ethernet networks.
35
36 endif # PCH_GBE