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