1#
2# National Semi-conductor device configuration
3#
4
5config NET_VENDOR_NATSEMI
6	bool "National Semi-conductor devices"
7	default y
8	---help---
9	  If you have a network (Ethernet) card belonging to this class, say Y.
10
11	  Note that the answer to this question doesn't directly affect the
12	  kernel: saying N will just cause the configurator to skip all
13	  the questions about National Semi-conductor devices. If you say Y,
14	  you will be asked for your specific card in the following questions.
15
16if NET_VENDOR_NATSEMI
17
18config MACSONIC
19	tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"
20	depends on MAC
21	---help---
22	  Support for NatSemi SONIC based Ethernet devices.  This includes
23	  the onboard Ethernet in many Quadras as well as some LC-PDS,
24	  a few Nubus and all known Comm Slot Ethernet cards.  If you have
25	  one of these say Y here.
26
27	  To compile this driver as a module, choose M here. This module will
28	  be called macsonic.
29
30config MIPS_JAZZ_SONIC
31	tristate "MIPS JAZZ onboard SONIC Ethernet support"
32	depends on MACH_JAZZ
33	---help---
34	  This is the driver for the onboard card of MIPS Magnum 4000,
35	  Acer PICA, Olivetti M700-10 and a few other identical OEM systems.
36
37config NATSEMI
38	tristate "National Semiconductor DP8381x series PCI Ethernet support"
39	depends on PCI
40	select CRC32
41	---help---
42	  This driver is for the National Semiconductor DP83810 series,
43	  which is used in cards from PureData, NetGear, Linksys
44	  and others, including the 83815 chip.
45	  More specific information and updates are available from
46	  <http://www.scyld.com/network/natsemi.html>.
47
48config NS83820
49	tristate "National Semiconductor DP83820 support"
50	depends on PCI
51	---help---
52	  This is a driver for the National Semiconductor DP83820 series
53	  of gigabit ethernet MACs.  Cards using this chipset include
54	  the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX,
55	  SOHO-GA2000T, SOHO-GA2500T.  The driver supports the use of
56	  zero copy.
57
58config XTENSA_XT2000_SONIC
59	tristate "Xtensa XT2000 onboard SONIC Ethernet support"
60	depends on XTENSA_PLATFORM_XT2000
61	---help---
62	  This is the driver for the onboard card of the Xtensa XT2000 board.
63
64endif # NET_VENDOR_NATSEMI
65