Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# AMD network device configuration
#

config CONFIG_NET_VENDOR_AMD
	bool "AMD devices"
	default y
	depends on CONFIG_DIO || CONFIG_MACH_DECSTATION || CONFIG_MVME147 || CONFIG_ATARI || CONFIG_SUN3 || \
		   CONFIG_SUN3X || CONFIG_SBUS || CONFIG_PCI || CONFIG_ZORRO || (CONFIG_ISA && CONFIG_ISA_DMA_API) || \
		   (CONFIG_ARM && CONFIG_ARCH_EBSA110) || CONFIG_ISA || CONFIG_EISA || CONFIG_PCMCIA || CONFIG_ARM64
	---help---
	  If you have a network (Ethernet) chipset belonging to this class,
	  say Y.

	  Note that the answer to this question does not directly affect
	  the kernel: saying N will just cause the configurator to skip all
	  the questions regarding AMD chipsets. If you say Y, you will be asked
	  for your specific chipset/driver in the following questions.

if CONFIG_NET_VENDOR_AMD

config CONFIG_A2065
	tristate "A2065 support"
	depends on CONFIG_ZORRO
	select CONFIG_CRC32
	---help---
	  If you have a Commodore CONFIG_A2065 Ethernet adapter, say Y. Otherwise,
	  say N.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called a2065.

config CONFIG_AMD8111_ETH
	tristate "AMD 8111 (new PCI LANCE) support"
	depends on CONFIG_PCI
	select CONFIG_CRC32
	select CONFIG_MII
	---help---
	  If you have an AMD 8111-based CONFIG_PCI CONFIG_LANCE ethernet card,
	  answer Y here.

	  To compile this driver as a module, choose CONFIG_M here. The module
	  will be called amd8111e.

config CONFIG_LANCE
	tristate "AMD LANCE and PCnet (AT1500 and NE2100) support"
	depends on CONFIG_ISA && CONFIG_ISA_DMA_API && !CONFIG_ARM && !CONFIG_PPC32
	---help---
	  If you have a network (Ethernet) card of this type, say Y here.
	  Some LinkSys cards are of this type.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called lance.  This is recommended.

config CONFIG_PCNET32
	tristate "AMD PCnet32 PCI support"
	depends on CONFIG_PCI
	select CONFIG_CRC32
	select CONFIG_MII
	---help---
	  If you have a PCnet32 or PCnetPCI based network (Ethernet) card,
	  answer Y here.

	  To compile this driver as a module, choose CONFIG_M here. The module
	  will be called pcnet32.

config CONFIG_ARIADNE
	tristate "Ariadne support"
	depends on CONFIG_ZORRO
	---help---
	  If you have a Village Tronic Ariadne Ethernet adapter, say Y.
	  Otherwise, say N.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called ariadne.

config CONFIG_ARM_AM79C961A
	bool "ARM EBSA110 AM79C961A support"
	depends on CONFIG_ARM && CONFIG_ARCH_EBSA110
	select CONFIG_CRC32
	---help---
	  If you wish to compile a kernel for the EBSA-110, then you should
	  always answer Y to this.

config CONFIG_ATARILANCE
	tristate "Atari LANCE support"
	depends on CONFIG_ATARI
	---help---
	  Say Y to include support for several Atari Ethernet adapters based
	  on the AMD CONFIG_LANCE chipset: RieblCard (with or without battery), or
	  PAMCard CONFIG_VME (also the version by Rhotron, with different addresses).

config CONFIG_DECLANCE
	tristate "DEC LANCE ethernet controller support"
	depends on CONFIG_MACH_DECSTATION
	select CONFIG_CRC32
	---help---
	  This driver is for the series of Ethernet controllers produced by
	  DEC (now Compaq) based on the AMD CONFIG_LANCE chipset, including the
	  DEPCA series.  (This chipset is better known via the NE2100 cards.)

config CONFIG_HPLANCE
	tristate "HP on-board LANCE support"
	depends on CONFIG_DIO
	select CONFIG_CRC32
	---help---
	  If you want to use the builtin "LANCE" Ethernet controller on an
	  CONFIG_HP300 machine, say Y here.

config CONFIG_MIPS_AU1X00_ENET
	tristate "MIPS AU1000 Ethernet support"
	depends on CONFIG_MIPS_ALCHEMY
	select CONFIG_PHYLIB
	select CONFIG_CRC32
	---help---
	  If you have an Alchemy Semi AU1X00 based system
	  say Y.  Otherwise, say N.

config CONFIG_MVME147_NET
	tristate "MVME147 (LANCE) Ethernet support"
	depends on CONFIG_MVME147
	select CONFIG_CRC32
	---help---
	  Support for the on-board Ethernet interface on the Motorola CONFIG_MVME147
	  single-board computer.  Say Y here to include the
	  driver for this chip in your kernel.
	  To compile this driver as a module, choose CONFIG_M here.

config CONFIG_PCMCIA_NMCLAN
	tristate "New Media PCMCIA support"
	depends on CONFIG_PCMCIA
	help
	  Say Y here if you intend to attach a New Media Ethernet or LiveWire
	  CONFIG_PCMCIA (PC-card) Ethernet card to your computer.

	  To compile this driver as a module, choose CONFIG_M here: the module will be
	  called nmclan_cs.  If unsure, say N.

config CONFIG_NI65
	tristate "NI6510 support"
	depends on CONFIG_ISA && CONFIG_ISA_DMA_API && !CONFIG_ARM && !CONFIG_PPC32
	---help---
	  If you have a network (Ethernet) card of this type, say Y here.

	  To compile this driver as a module, choose CONFIG_M here. The module
	  will be called ni65.

config CONFIG_SUN3LANCE
	tristate "Sun3/Sun3x on-board LANCE support"
	depends on (CONFIG_SUN3 || CONFIG_SUN3X)
	---help---
	  Most Sun3 and Sun3x motherboards (including the 3/50, 3/60 and 3/80)
	  featured an AMD CONFIG_LANCE 10Mbit Ethernet controller on board; say Y
	  here to compile in the Linux driver for this and enable Ethernet.
	  General Linux information on the Sun 3 and 3x series (now
	  discontinued) is at
	  <http://www.angelfire.com/ca2/tech68k/sun3.html>.

	  If you're not building a kernel for a Sun 3, say N.

config CONFIG_SUNLANCE
	tristate "Sun LANCE support"
	depends on CONFIG_SBUS
	select CONFIG_CRC32
	---help---
	  This driver supports the "le" interface present on all 32-bit Sparc
	  systems, on some older Ultra systems and as an Sbus option.  These
	  cards are based on the AMD CONFIG_LANCE chipset, which is better known
	  via the NE2100 cards.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called sunlance.

config CONFIG_AMD_XGBE
	tristate "AMD 10GbE Ethernet driver"
	depends on ((CONFIG_OF_NET && CONFIG_OF_ADDRESS) || CONFIG_ACPI || CONFIG_PCI) && CONFIG_HAS_IOMEM
	depends on CONFIG_X86 || CONFIG_ARM64 || CONFIG_COMPILE_TEST
	select CONFIG_BITREVERSE
	select CONFIG_CRC32
	select CONFIG_PHYLIB
	select CONFIG_AMD_XGBE_HAVE_ECC if CONFIG_X86
	imply CONFIG_PTP_1588_CLOCK
	---help---
	  This driver supports the AMD 10GbE Ethernet device found on an
	  AMD SoC.

	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called amd-xgbe.

config CONFIG_AMD_XGBE_DCB
	bool "Data Center Bridging (DCB) support"
	default n
	depends on CONFIG_AMD_XGBE && CONFIG_DCB
	---help---
	  Say Y here to enable Data Center Bridging (CONFIG_DCB) support in the
	  driver.

	  If unsure, say N.

config CONFIG_AMD_XGBE_HAVE_ECC
	bool
	default n

endif # CONFIG_NET_VENDOR_AMD