0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # OKI Semiconductor device configuration
0004 #
0005
0006 config PCH_GBE
0007 tristate "OKI SEMICONDUCTOR IOH(ML7223/ML7831) GbE"
0008 depends on PCI && (X86_32 || COMPILE_TEST)
0009 depends on PTP_1588_CLOCK
0010 select MII
0011 select PTP_1588_CLOCK_PCH
0012 select NET_PTP_CLASSIFY
0013 help
0014 This is a gigabit ethernet driver for EG20T PCH.
0015 EG20T PCH is the platform controller hub that is used in Intel's
0016 general embedded platform. EG20T PCH has Gigabit Ethernet interface.
0017 Using this interface, it is able to access system devices connected
0018 to Gigabit Ethernet. This driver enables Gigabit Ethernet function.
0019
0020 This driver also can be used for OKI SEMICONDUCTOR IOH(Input/
0021 Output Hub), ML7223/ML7831.
0022 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general
0023 purpose use.
0024 ML7223/ML7831 is companion chip for Intel Atom E6xx series.
0025 ML7223/ML7831 is completely compatible for Intel EG20T PCH.