mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 10:26:19 +07:00
1159788592
Move the drivers that use the i82586/i82593/i82596 chipsets into drivers/net/ethernet/i825xx/ and make the necessary Kconfig and Makefile changes. There were 4 3Com drivers which were initially moved into 3com/, which now reside in i825xx since they all used the i82586 chip. CC: Philip Blundell <philb@gnu.org> CC: Russell King <linux@arm.linux.org.uk> CC: <aris@cathedrallabs.org> CC: Donald Becker <becker@scyld.com> CC: Chris Beauregard <cpbeaure@undergrad.math.uwaterloo.ca> CC: Richard Procter <rnp@paradise.net.nz> CC: Andries Brouwer <aeb@cwi.nl> CC: "M.Hipp" <hippm@informatik.uni-tuebingen.de> CC: Richard Hirst <richard@sleepie.demon.co.uk> CC: Sam Creasey <sammy@oh.verio.com> CC: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
25 lines
620 B
Plaintext
25 lines
620 B
Plaintext
#
|
|
# Ethernet LAN device configuration
|
|
#
|
|
|
|
menuconfig ETHERNET
|
|
bool "Ethernet driver support"
|
|
depends on NET
|
|
default y
|
|
---help---
|
|
This section contains all the Ethernet device drivers.
|
|
|
|
if ETHERNET
|
|
|
|
source "drivers/net/ethernet/3com/Kconfig"
|
|
source "drivers/net/ethernet/8390/Kconfig"
|
|
source "drivers/net/ethernet/amd/Kconfig"
|
|
source "drivers/net/ethernet/broadcom/Kconfig"
|
|
source "drivers/net/ethernet/chelsio/Kconfig"
|
|
source "drivers/net/ethernet/intel/Kconfig"
|
|
source "drivers/net/ethernet/i825xx/Kconfig"
|
|
source "drivers/net/ethernet/qlogic/Kconfig"
|
|
source "drivers/net/ethernet/smsc/Kconfig"
|
|
|
|
endif # ETHERNET
|