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
#
# Western Digital/CONFIG_SMC network device configuration
#

config CONFIG_NET_VENDOR_SMSC
	bool "SMC (SMSC)/Western Digital devices"
	default y
	depends on CONFIG_ARM || CONFIG_ARM64 || CONFIG_ATARI_ETHERNAT || CONFIG_COLDFIRE || \
		   CONFIG_ISA || CONFIG_MAC || CONFIG_MIPS || CONFIG_NIOS2 || CONFIG_PCI || \
		   CONFIG_PCMCIA || CONFIG_SUPERH || CONFIG_XTENSA || CONFIG_H8300
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y.

	  Note that the answer to this question doesn't directly affect the
	  kernel: saying N will just cause the configurator to skip all
	  the questions about CONFIG_SMC/Western Digital cards. If you say Y, you will
	  be asked for your specific card in the following questions.

if CONFIG_NET_VENDOR_SMSC

config CONFIG_SMC9194
	tristate "SMC 9194 support"
	depends on CONFIG_ISA
	select CONFIG_CRC32
	---help---
	  This is support for the SMC9xxx based Ethernet cards. Choose this
	  option if you have a DELL laptop with the docking station, or
	  another SMC9192/9194 based chipset.  Say Y if you want it compiled
	  into the kernel, and read the file
	  <file:Documentation/networking/device_drivers/smsc/smc9.txt>.

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

config CONFIG_SMC91X
	tristate "SMC 91C9x/91C1xxx support"
	select CONFIG_CRC32
	select CONFIG_MII
	depends on !CONFIG_OF || CONFIG_GPIOLIB
	depends on CONFIG_ARM || CONFIG_ARM64 || CONFIG_ATARI_ETHERNAT || CONFIG_COLDFIRE || \
		   CONFIG_MIPS || CONFIG_NIOS2 || CONFIG_SUPERH || CONFIG_XTENSA || CONFIG_H8300
	---help---
	  This is a driver for CONFIG_SMC's 91x series of Ethernet chipsets,
	  including the SMC91C94 and the SMC91C111. Say Y if you want it
	  compiled into the kernel, and read the file
	  <file:Documentation/networking/device_drivers/smsc/smc9.txt>.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called smc91x.  If you want to compile it as a
	  module, say CONFIG_M here and read <file:Documentation/kbuild/modules.rst>.

config CONFIG_PCMCIA_SMC91C92
	tristate "SMC 91Cxx PCMCIA support"
	depends on CONFIG_PCMCIA
	select CONFIG_CRC32
	select CONFIG_MII
	---help---
	  Say Y here if you intend to attach an CONFIG_SMC 91Cxx compatible CONFIG_PCMCIA
	  (PC-card) Ethernet or Fast Ethernet card to your computer.

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

config CONFIG_EPIC100
	tristate "SMC EtherPower II"
	depends on CONFIG_PCI
	select CONFIG_CRC32
	select CONFIG_MII
	---help---
	  This driver is for the CONFIG_SMC EtherPower II 9432 CONFIG_PCI Ethernet NIC,
	  which is based on the SMC83c17x (EPIC/100).
	  More specific information and updates are available from
	  <http://www.scyld.com/network/epic100.html>.

config CONFIG_SMC911X
	tristate "SMSC LAN911[5678] support"
	select CONFIG_CRC32
	select CONFIG_MII
	depends on (CONFIG_ARM || CONFIG_SUPERH)
	---help---
	  This is a driver for SMSC's LAN911x series of Ethernet chipsets
	  including the new LAN9115, LAN9116, LAN9117, and LAN9118.
	  Say Y here if you want it compiled into the kernel.

	  This driver is also available as a module. The module will be
	  called smc911x.  If you want to compile it as a module, say CONFIG_M
	  here and read <file:Documentation/kbuild/modules.rst>

config CONFIG_SMSC911X
	tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
	depends on CONFIG_HAS_IOMEM
	select CONFIG_CRC32
	select CONFIG_MII
	select CONFIG_PHYLIB
	---help---
	  Say Y here if you want support for SMSC LAN911x and LAN921x families
	  of ethernet controllers.

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

config CONFIG_SMSC911X_ARCH_HOOKS
	def_bool n
	depends on CONFIG_SMSC911X
	---help---
	  If the arch enables this, it allows the arch to implement various
	  hooks for more comprehensive interrupt control and also to override
	  the source of the CONFIG_MAC address.

config CONFIG_SMSC9420
	tristate "SMSC LAN9420 PCI ethernet adapter support"
	depends on CONFIG_PCI
	select CONFIG_CRC32
	select CONFIG_PHYLIB
	select CONFIG_SMSC_PHY
	---help---
	  This is a driver for SMSC's LAN9420 CONFIG_PCI ethernet adapter.
	  Say Y here if you want it compiled into the kernel.

	  This driver is also available as a module. The module will be
	  called smsc9420.  If you want to compile it as a module, say CONFIG_M
	  here and read <file:Documentation/kbuild/modules.rst>

endif # CONFIG_NET_VENDOR_SMSC