Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77555ee7 authored by Masayuki Ohtake's avatar Masayuki Ohtake Committed by David S. Miller
Browse files

net: Add Gigabit Ethernet driver of Topcliff PCH

parent 59104f06
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2515,6 +2515,18 @@ config S6GMAC

source "drivers/net/stmmac/Kconfig"

config PCH_GBE
	tristate "PCH Gigabit Ethernet"
	depends on PCI
	---help---
	  This is a gigabit ethernet driver for Topcliff PCH.
	  Topcliff PCH is the platform controller hub that is used in Intel's
	  general embedded platform.
	  Topcliff PCH has Gigabit Ethernet interface.
	  Using this interface, it is able to access system devices connected
	  to Gigabit Ethernet.
	  This driver enables Gigabit Ethernet function.

endif # NETDEV_1000

#
+1 −0
Original line number Diff line number Diff line
@@ -298,3 +298,4 @@ obj-$(CONFIG_WIMAX) += wimax/
obj-$(CONFIG_CAIF) += caif/

obj-$(CONFIG_OCTEON_MGMT_ETHERNET) += octeon/
obj-$(CONFIG_PCH_GBE) += pch_gbe/
+4 −0
Original line number Diff line number Diff line
obj-$(CONFIG_PCH_GBE) += pch_gbe.o

pch_gbe-y := pch_gbe_phy.o pch_gbe_ethtool.o pch_gbe_param.o
pch_gbe-y += pch_gbe_api.o pch_gbe_main.o
+659 −0

File added.

Preview size limit exceeded, changes collapsed.

+245 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading