| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # National Semiconductor device configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 5 | 6 | config NET_VENDOR_NATSEMI |
|---|
| 6 | 7 | bool "National Semiconductor devices" |
|---|
| 7 | 8 | default y |
|---|
| 8 | | - ---help--- |
|---|
| 9 | + help |
|---|
| 9 | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
|---|
| 10 | 11 | |
|---|
| 11 | 12 | Note that the answer to this question doesn't directly affect the |
|---|
| .. | .. |
|---|
| 18 | 19 | config MACSONIC |
|---|
| 19 | 20 | tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)" |
|---|
| 20 | 21 | depends on MAC |
|---|
| 21 | | - ---help--- |
|---|
| 22 | + help |
|---|
| 22 | 23 | Support for NatSemi SONIC based Ethernet devices. This includes |
|---|
| 23 | 24 | the onboard Ethernet in many Quadras as well as some LC-PDS, |
|---|
| 24 | 25 | a few Nubus and all known Comm Slot Ethernet cards. If you have |
|---|
| .. | .. |
|---|
| 30 | 31 | config MIPS_JAZZ_SONIC |
|---|
| 31 | 32 | tristate "MIPS JAZZ onboard SONIC Ethernet support" |
|---|
| 32 | 33 | depends on MACH_JAZZ |
|---|
| 33 | | - ---help--- |
|---|
| 34 | + help |
|---|
| 34 | 35 | This is the driver for the onboard card of MIPS Magnum 4000, |
|---|
| 35 | 36 | Acer PICA, Olivetti M700-10 and a few other identical OEM systems. |
|---|
| 36 | 37 | |
|---|
| .. | .. |
|---|
| 38 | 39 | tristate "National Semiconductor DP8381x series PCI Ethernet support" |
|---|
| 39 | 40 | depends on PCI |
|---|
| 40 | 41 | select CRC32 |
|---|
| 41 | | - ---help--- |
|---|
| 42 | + help |
|---|
| 42 | 43 | This driver is for the National Semiconductor DP83810 series, |
|---|
| 43 | 44 | which is used in cards from PureData, NetGear, Linksys |
|---|
| 44 | 45 | and others, including the 83815 chip. |
|---|
| .. | .. |
|---|
| 48 | 49 | config NS83820 |
|---|
| 49 | 50 | tristate "National Semiconductor DP83820 support" |
|---|
| 50 | 51 | depends on PCI |
|---|
| 51 | | - ---help--- |
|---|
| 52 | + help |
|---|
| 52 | 53 | This is a driver for the National Semiconductor DP83820 series |
|---|
| 53 | 54 | of gigabit ethernet MACs. Cards using this chipset include |
|---|
| 54 | 55 | the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX, |
|---|
| .. | .. |
|---|
| 58 | 59 | config XTENSA_XT2000_SONIC |
|---|
| 59 | 60 | tristate "Xtensa XT2000 onboard SONIC Ethernet support" |
|---|
| 60 | 61 | depends on XTENSA_PLATFORM_XT2000 |
|---|
| 61 | | - ---help--- |
|---|
| 62 | + help |
|---|
| 62 | 63 | This is the driver for the onboard card of the Xtensa XT2000 board. |
|---|
| 63 | 64 | |
|---|
| 64 | 65 | endif # NET_VENDOR_NATSEMI |
|---|