blob: 44c8be1c68051ec9a9b79f4ba481060022613e79 [file] [log] [blame]
Jeff Kirsher1c1538b2011-05-20 19:48:55 -07001#
2# OKI Semiconductor device configuration
3#
4
5config PCH_GBE
David S. Miller8decf862011-09-22 03:23:13 -04006 tristate "OKI SEMICONDUCTOR IOH(ML7223/ML7831) GbE"
Jean Delvare4c30b522014-05-16 11:29:04 +02007 depends on PCI && (X86_32 || COMPILE_TEST)
Jeff Kirsher1c1538b2011-05-20 19:48:55 -07008 select MII
Ben Hutchings18d359ce2012-11-16 15:43:59 +00009 select PTP_1588_CLOCK_PCH
Jeff Kirsher1c1538b2011-05-20 19:48:55 -070010 ---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/
David S. Miller8decf862011-09-22 03:23:13 -040018 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.