Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 2 | # |
Randy Dunlap | 22b8d81 | 2018-03-02 16:34:22 -0800 | [diff] [blame] | 3 | # National Semiconductor device configuration |
Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 4 | # |
| 5 | |
| 6 | config NET_VENDOR_NATSEMI |
Randy Dunlap | 22b8d81 | 2018-03-02 16:34:22 -0800 | [diff] [blame] | 7 | bool "National Semiconductor devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 8 | default y |
Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 9 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 11 | |
| 12 | Note that the answer to this question doesn't directly affect the |
| 13 | kernel: saying N will just cause the configurator to skip all |
Randy Dunlap | 22b8d81 | 2018-03-02 16:34:22 -0800 | [diff] [blame] | 14 | the questions about National Semiconductor devices. If you say Y, |
Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 15 | you will be asked for your specific card in the following questions. |
| 16 | |
| 17 | if NET_VENDOR_NATSEMI |
| 18 | |
Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 19 | config MACSONIC |
| 20 | tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" |
| 21 | depends on MAC |
| 22 | ---help--- |
| 23 | Support for NatSemi SONIC based Ethernet devices. This includes |
| 24 | the onboard Ethernet in many Quadras as well as some LC-PDS, |
| 25 | a few Nubus and all known Comm Slot Ethernet cards. If you have |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 26 | one of these say Y here. |
Jeff Kirsher | d9fb9f3 | 2011-05-18 05:14:22 -0700 | [diff] [blame] | 27 | |
| 28 | To compile this driver as a module, choose M here. This module will |
| 29 | be called macsonic. |
| 30 | |
| 31 | config MIPS_JAZZ_SONIC |
| 32 | tristate "MIPS JAZZ onboard SONIC Ethernet support" |
| 33 | depends on MACH_JAZZ |
| 34 | ---help--- |
| 35 | This is the driver for the onboard card of MIPS Magnum 4000, |
| 36 | Acer PICA, Olivetti M700-10 and a few other identical OEM systems. |
| 37 | |
| 38 | config NATSEMI |
| 39 | tristate "National Semiconductor DP8381x series PCI Ethernet support" |
| 40 | depends on PCI |
| 41 | select CRC32 |
| 42 | ---help--- |
| 43 | This driver is for the National Semiconductor DP83810 series, |
| 44 | which is used in cards from PureData, NetGear, Linksys |
| 45 | and others, including the 83815 chip. |
| 46 | More specific information and updates are available from |
| 47 | <http://www.scyld.com/network/natsemi.html>. |
| 48 | |
| 49 | config NS83820 |
| 50 | tristate "National Semiconductor DP83820 support" |
| 51 | depends on PCI |
| 52 | ---help--- |
| 53 | This is a driver for the National Semiconductor DP83820 series |
| 54 | of gigabit ethernet MACs. Cards using this chipset include |
| 55 | the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX, |
| 56 | SOHO-GA2000T, SOHO-GA2500T. The driver supports the use of |
| 57 | zero copy. |
| 58 | |
| 59 | config XTENSA_XT2000_SONIC |
| 60 | tristate "Xtensa XT2000 onboard SONIC Ethernet support" |
| 61 | depends on XTENSA_PLATFORM_XT2000 |
| 62 | ---help--- |
| 63 | This is the driver for the onboard card of the Xtensa XT2000 board. |
| 64 | |
| 65 | endif # NET_VENDOR_NATSEMI |