| 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" |
| Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
| Jeff Kirsher | 433aee0 | 2011-11-02 00:30:52 +0000 | [diff] [blame] | 8 | depends on AMIGA_PCMCIA || ARM || EISA || EXPERIMENTAL || H8300 || \ |
| Paul Gortmaker | a5e371f | 2012-05-16 19:48:42 -0400 | [diff] [blame] | 9 | ISA || M32R || MAC || MACH_JAZZ || MACH_TX49XX || MIPS || \ |
| 10 | PCI || PCMCIA || SUPERH || XTENSA_PLATFORM_XT2000 || ZORRO |
| Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 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 | |
| 21 | if NET_VENDOR_NATSEMI |
| 22 | |
| Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 23 | config 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 | |
| 36 | config 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 | |
| 43 | config 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 | |
| 54 | config 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 | |
| 64 | config 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 | |
| 70 | endif # NET_VENDOR_NATSEMI |