2 # National Semi-conductor device configuration
5 config NET_VENDOR_NATSEMI
6 bool "National Semi-conductor devices"
8 depends on AMIGA_PCMCIA || ARM || EISA || EXPERIMENTAL || H8300 || \
9 ISA || M32R || MAC || MACH_JAZZ || MACH_TX49XX || MCA || \
10 MCA_LEGACY || MIPS || PCI || PCMCIA || SUPERH || \
11 XTENSA_PLATFORM_XT2000 || ZORRO
13 If you have a network (Ethernet) card belonging to this class, say Y
14 and read the Ethernet-HOWTO, available from
15 <http://www.tldp.org/docs.html#howto>.
17 Note that the answer to this question doesn't directly affect the
18 kernel: saying N will just cause the configurator to skip all
19 the questions about National Semi-conductor devices. If you say Y,
20 you will be asked for your specific card in the following questions.
25 tristate "IBM LAN Adapter/A support"
28 This is a Micro Channel Ethernet adapter. You need to set
29 CONFIG_MCA to use this driver. It is both available as an in-kernel
30 driver and as a module.
32 To compile this driver as a module, choose M here. The only
33 currently supported card is the IBM LAN Adapter/A for Ethernet. It
34 will both support 16K and 32K memory windows, however a 32K window
35 gives a better security against packet losses. Usage of multiple
36 boards with this driver should be possible, but has not been tested
37 up to now due to lack of hardware.
40 tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"
43 Support for NatSemi SONIC based Ethernet devices. This includes
44 the onboard Ethernet in many Quadras as well as some LC-PDS,
45 a few Nubus and all known Comm Slot Ethernet cards. If you have
46 one of these say Y and read the Ethernet-HOWTO, available from
47 <http://www.tldp.org/docs.html#howto>.
49 To compile this driver as a module, choose M here. This module will
52 config MIPS_JAZZ_SONIC
53 tristate "MIPS JAZZ onboard SONIC Ethernet support"
56 This is the driver for the onboard card of MIPS Magnum 4000,
57 Acer PICA, Olivetti M700-10 and a few other identical OEM systems.
60 tristate "National Semiconductor DP8381x series PCI Ethernet support"
64 This driver is for the National Semiconductor DP83810 series,
65 which is used in cards from PureData, NetGear, Linksys
66 and others, including the 83815 chip.
67 More specific information and updates are available from
68 <http://www.scyld.com/network/natsemi.html>.
71 tristate "National Semiconductor DP83820 support"
74 This is a driver for the National Semiconductor DP83820 series
75 of gigabit ethernet MACs. Cards using this chipset include
76 the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX,
77 SOHO-GA2000T, SOHO-GA2500T. The driver supports the use of
80 config XTENSA_XT2000_SONIC
81 tristate "Xtensa XT2000 onboard SONIC Ethernet support"
82 depends on XTENSA_PLATFORM_XT2000
84 This is the driver for the onboard card of the Xtensa XT2000 board.
86 endif # NET_VENDOR_NATSEMI