1# 2# OKI Semiconductor device configuration 3# 4 5config PCH_GBE 6 tristate "OKI SEMICONDUCTOR IOH(ML7223/ML7831) GbE" 7 depends on PCI && (X86_32 || COMPILE_TEST) 8 select MII 9 select PTP_1588_CLOCK_PCH 10 select NET_PTP_CLASSIFY 11 ---help--- 12 This is a gigabit ethernet driver for EG20T PCH. 13 EG20T PCH is the platform controller hub that is used in Intel's 14 general embedded platform. EG20T PCH has Gigabit Ethernet interface. 15 Using this interface, it is able to access system devices connected 16 to Gigabit Ethernet. This driver enables Gigabit Ethernet function. 17 18 This driver also can be used for OKI SEMICONDUCTOR IOH(Input/ 19 Output Hub), ML7223/ML7831. 20 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general 21 purpose use. 22 ML7223/ML7831 is companion chip for Intel Atom E6xx series. 23 ML7223/ML7831 is completely compatible for Intel EG20T PCH. 24