brintos

brintos / linux-shallow public Read only

0
0
Text · 2.1 KiB · 0a92101 Raw
66 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# National Semiconductor device configuration4#5 6config NET_VENDOR_NATSEMI7	bool "National Semiconductor devices"8	default y9	help10	  If you have a network (Ethernet) card belonging to this class, say Y.11 12	  Note that the answer to this question doesn't directly affect the13	  kernel: saying N will just cause the configurator to skip all14	  the questions about National Semiconductor devices. If you say Y,15	  you will be asked for your specific card in the following questions.16 17if NET_VENDOR_NATSEMI18 19config MACSONIC20	tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"21	depends on MAC22	help23	  Support for NatSemi SONIC based Ethernet devices.  This includes24	  the onboard Ethernet in many Quadras as well as some LC-PDS,25	  a few Nubus and all known Comm Slot Ethernet cards.  If you have26	  one of these say Y here.27 28	  To compile this driver as a module, choose M here. This module will29	  be called macsonic.30 31config MIPS_JAZZ_SONIC32	tristate "MIPS JAZZ onboard SONIC Ethernet support"33	depends on MACH_JAZZ34	help35	  This is the driver for the onboard card of MIPS Magnum 4000,36	  Acer PICA, Olivetti M700-10 and a few other identical OEM systems.37 38config NATSEMI39	tristate "National Semiconductor DP8381x series PCI Ethernet support"40	depends on PCI41	select CRC3242	help43	  This driver is for the National Semiconductor DP83810 series,44	  which is used in cards from PureData, NetGear, Linksys45	  and others, including the 83815 chip.46	  More specific information and updates are available from47	  <http://www.scyld.com/network/natsemi.html>.48 49config NS8382050	tristate "National Semiconductor DP83820 support"51	depends on PCI52	help53	  This is a driver for the National Semiconductor DP83820 series54	  of gigabit ethernet MACs.  Cards using this chipset include55	  the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX,56	  SOHO-GA2000T, SOHO-GA2500T.  The driver supports the use of57	  zero copy.58 59config XTENSA_XT2000_SONIC60	tristate "Xtensa XT2000 onboard SONIC Ethernet support"61	depends on XTENSA_PLATFORM_XT200062	help63	  This is the driver for the onboard card of the Xtensa XT2000 board.64 65endif # NET_VENDOR_NATSEMI66