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