]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blob - drivers/net/ethernet/oki-semi/pch_gbe/Kconfig
mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()
[can-eth-gw-linux.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         depends on EXPERIMENTAL
30         select PPS
31         select PTP_1588_CLOCK
32         select PTP_1588_CLOCK_PCH
33         ---help---
34           Say Y here if you want to use Precision Time Protocol (PTP) in the
35           driver. PTP is a method to precisely synchronize distributed clocks
36           over Ethernet networks.
37
38 endif # PCH_GBE