vfs: d_invalidate() should leave mountpoints alone
[pandora-kernel.git] / 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         depends on MCA || MAC || MACH_JAZZ || PCI || XTENSA_PLATFORM_XT2000
9         ---help---
10           If you have a network (Ethernet) card belonging to this class, say Y
11           and read the Ethernet-HOWTO, available from
12           <http://www.tldp.org/docs.html#howto>.
13
14           Note that the answer to this question doesn't directly affect the
15           kernel: saying N will just cause the configurator to skip all
16           the questions about National Semi-conductor devices. If you say Y,
17           you will be asked for your specific card in the following questions.
18
19 if NET_VENDOR_NATSEMI
20
21 config IBMLANA
22         tristate "IBM LAN Adapter/A support"
23         depends on MCA
24         ---help---
25           This is a Micro Channel Ethernet adapter.  You need to set
26           CONFIG_MCA to use this driver.  It is both available as an in-kernel
27           driver and as a module.
28
29           To compile this driver as a module, choose M here. The only
30           currently supported card is the IBM LAN Adapter/A for Ethernet.  It
31           will both support 16K and 32K memory windows, however a 32K window
32           gives a better security against packet losses.  Usage of multiple
33           boards with this driver should be possible, but has not been tested
34           up to now due to lack of hardware.
35
36 config MACSONIC
37         tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"
38         depends on MAC
39         ---help---
40           Support for NatSemi SONIC based Ethernet devices.  This includes
41           the onboard Ethernet in many Quadras as well as some LC-PDS,
42           a few Nubus and all known Comm Slot Ethernet cards.  If you have
43           one of these say Y and read the Ethernet-HOWTO, available from
44           <http://www.tldp.org/docs.html#howto>.
45
46           To compile this driver as a module, choose M here. This module will
47           be called macsonic.
48
49 config MIPS_JAZZ_SONIC
50         tristate "MIPS JAZZ onboard SONIC Ethernet support"
51         depends on MACH_JAZZ
52         ---help---
53           This is the driver for the onboard card of MIPS Magnum 4000,
54           Acer PICA, Olivetti M700-10 and a few other identical OEM systems.
55
56 config NATSEMI
57         tristate "National Semiconductor DP8381x series PCI Ethernet support"
58         depends on PCI
59         select CRC32
60         ---help---
61           This driver is for the National Semiconductor DP83810 series,
62           which is used in cards from PureData, NetGear, Linksys
63           and others, including the 83815 chip.
64           More specific information and updates are available from
65           <http://www.scyld.com/network/natsemi.html>.
66
67 config NS83820
68         tristate "National Semiconductor DP83820 support"
69         depends on PCI
70         ---help---
71           This is a driver for the National Semiconductor DP83820 series
72           of gigabit ethernet MACs.  Cards using this chipset include
73           the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX,
74           SOHO-GA2000T, SOHO-GA2500T.  The driver supports the use of
75           zero copy.
76
77 config XTENSA_XT2000_SONIC
78         tristate "Xtensa XT2000 onboard SONIC Ethernet support"
79         depends on XTENSA_PLATFORM_XT2000
80         ---help---
81           This is the driver for the onboard card of the Xtensa XT2000 board.
82
83 endif # NET_VENDOR_NATSEMI