0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # National Semiconductor device configuration
0004 #
0005
0006 config NET_VENDOR_NATSEMI
0007 bool "National Semiconductor devices"
0008 default y
0009 help
0010 If you have a network (Ethernet) card belonging to this class, say Y.
0011
0012 Note that the answer to this question doesn't directly affect the
0013 kernel: saying N will just cause the configurator to skip all
0014 the questions about National Semiconductor devices. If you say Y,
0015 you will be asked for your specific card in the following questions.
0016
0017 if NET_VENDOR_NATSEMI
0018
0019 config MACSONIC
0020 tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"
0021 depends on MAC
0022 help
0023 Support for NatSemi SONIC based Ethernet devices. This includes
0024 the onboard Ethernet in many Quadras as well as some LC-PDS,
0025 a few Nubus and all known Comm Slot Ethernet cards. If you have
0026 one of these say Y here.
0027
0028 To compile this driver as a module, choose M here. This module will
0029 be called macsonic.
0030
0031 config MIPS_JAZZ_SONIC
0032 tristate "MIPS JAZZ onboard SONIC Ethernet support"
0033 depends on MACH_JAZZ
0034 help
0035 This is the driver for the onboard card of MIPS Magnum 4000,
0036 Acer PICA, Olivetti M700-10 and a few other identical OEM systems.
0037
0038 config NATSEMI
0039 tristate "National Semiconductor DP8381x series PCI Ethernet support"
0040 depends on PCI
0041 select CRC32
0042 help
0043 This driver is for the National Semiconductor DP83810 series,
0044 which is used in cards from PureData, NetGear, Linksys
0045 and others, including the 83815 chip.
0046 More specific information and updates are available from
0047 <http://www.scyld.com/network/natsemi.html>.
0048
0049 config NS83820
0050 tristate "National Semiconductor DP83820 support"
0051 depends on PCI
0052 help
0053 This is a driver for the National Semiconductor DP83820 series
0054 of gigabit ethernet MACs. Cards using this chipset include
0055 the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX,
0056 SOHO-GA2000T, SOHO-GA2500T. The driver supports the use of
0057 zero copy.
0058
0059 config XTENSA_XT2000_SONIC
0060 tristate "Xtensa XT2000 onboard SONIC Ethernet support"
0061 depends on XTENSA_PLATFORM_XT2000
0062 help
0063 This is the driver for the onboard card of the Xtensa XT2000 board.
0064
0065 endif # NET_VENDOR_NATSEMI