1#
2# OKI Semiconductor device configuration
3#
4
5config 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
24if PCH_GBE
25
26config PCH_PTP
27	bool "PCH PTP clock support"
28	default n
29	select PPS
30	select PTP_1588_CLOCK
31	select PTP_1588_CLOCK_PCH
32	---help---
33	  Say Y here if you want to use Precision Time Protocol (PTP) in the
34	  driver. PTP is a method to precisely synchronize distributed clocks
35	  over Ethernet networks.
36
37endif # PCH_GBE
38