brintos

brintos / linux-shallow public Read only

0
0
Text · 954 B · 9651cc7 Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# OKI Semiconductor device configuration4#5 6config PCH_GBE7	tristate "OKI SEMICONDUCTOR IOH(ML7223/ML7831) GbE"8	depends on PCI && (MIPS_GENERIC || X86_32 || COMPILE_TEST)9	depends on PTP_1588_CLOCK10	select MII11	select PTP_1588_CLOCK_PCH12	select NET_PTP_CLASSIFY13	help14	  This is a gigabit ethernet driver for EG20T PCH.15	  EG20T PCH is the platform controller hub that is used in Intel's16	  general embedded platform.  EG20T PCH has Gigabit Ethernet interface.17	  Using this interface, it is able to access system devices connected18	  to Gigabit Ethernet.  This driver enables Gigabit Ethernet function.19 20	  This driver also can be used for OKI SEMICONDUCTOR IOH(Input/21	  Output Hub), ML7223/ML7831.22	  ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general23	  purpose use.24	  ML7223/ML7831 is companion chip for Intel Atom E6xx series.25	  ML7223/ML7831 is completely compatible for Intel EG20T PCH.26