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