.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config WLAN_VENDOR_ATMEL |
---|
2 | 3 | bool "Atmel devices" |
---|
3 | 4 | default y |
---|
4 | | - ---help--- |
---|
| 5 | + help |
---|
5 | 6 | If you have a wireless card belonging to this class, say Y. |
---|
6 | 7 | |
---|
7 | 8 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
12 | 13 | if WLAN_VENDOR_ATMEL |
---|
13 | 14 | |
---|
14 | 15 | config ATMEL |
---|
15 | | - tristate "Atmel at76c50x chipset 802.11b support" |
---|
16 | | - depends on CFG80211 && (PCI || PCMCIA) |
---|
17 | | - select WIRELESS_EXT |
---|
18 | | - select WEXT_PRIV |
---|
19 | | - select FW_LOADER |
---|
20 | | - select CRC32 |
---|
21 | | - ---help--- |
---|
22 | | - A driver 802.11b wireless cards based on the Atmel fast-vnet |
---|
23 | | - chips. This driver supports standard Linux wireless extensions. |
---|
| 16 | + tristate "Atmel at76c50x chipset 802.11b support" |
---|
| 17 | + depends on CFG80211 && (PCI || PCMCIA) |
---|
| 18 | + select WIRELESS_EXT |
---|
| 19 | + select WEXT_PRIV |
---|
| 20 | + select FW_LOADER |
---|
| 21 | + select CRC32 |
---|
| 22 | + help |
---|
| 23 | + A driver 802.11b wireless cards based on the Atmel fast-vnet |
---|
| 24 | + chips. This driver supports standard Linux wireless extensions. |
---|
24 | 25 | |
---|
25 | | - Many cards based on this chipset do not have flash memory |
---|
26 | | - and need their firmware loaded at start-up. If yours is |
---|
27 | | - one of these, you will need to provide a firmware image |
---|
28 | | - to be loaded into the card by the driver. The Atmel |
---|
29 | | - firmware package can be downloaded from |
---|
30 | | - <http://www.thekelleys.org.uk/atmel> |
---|
| 26 | + Many cards based on this chipset do not have flash memory |
---|
| 27 | + and need their firmware loaded at start-up. If yours is |
---|
| 28 | + one of these, you will need to provide a firmware image |
---|
| 29 | + to be loaded into the card by the driver. The Atmel |
---|
| 30 | + firmware package can be downloaded from |
---|
| 31 | + <http://www.thekelleys.org.uk/atmel> |
---|
31 | 32 | |
---|
32 | 33 | config PCI_ATMEL |
---|
33 | | - tristate "Atmel at76c506 PCI cards" |
---|
34 | | - depends on ATMEL && PCI |
---|
35 | | - ---help--- |
---|
36 | | - Enable support for PCI and mini-PCI cards containing the |
---|
37 | | - Atmel at76c506 chip. |
---|
| 34 | + tristate "Atmel at76c506 PCI cards" |
---|
| 35 | + depends on ATMEL && PCI |
---|
| 36 | + help |
---|
| 37 | + Enable support for PCI and mini-PCI cards containing the |
---|
| 38 | + Atmel at76c506 chip. |
---|
38 | 39 | |
---|
39 | 40 | config PCMCIA_ATMEL |
---|
40 | 41 | tristate "Atmel at76c502/at76c504 PCMCIA cards" |
---|
.. | .. |
---|
42 | 43 | select WIRELESS_EXT |
---|
43 | 44 | select FW_LOADER |
---|
44 | 45 | select CRC32 |
---|
45 | | - ---help--- |
---|
| 46 | + help |
---|
46 | 47 | Enable support for PCMCIA cards containing the |
---|
47 | 48 | Atmel at76c502 and at76c504 chips. |
---|
48 | 49 | |
---|
49 | 50 | config AT76C50X_USB |
---|
50 | | - tristate "Atmel at76c503/at76c505/at76c505a USB cards" |
---|
51 | | - depends on MAC80211 && USB |
---|
52 | | - select FW_LOADER |
---|
53 | | - ---help--- |
---|
54 | | - Enable support for USB Wireless devices using Atmel at76c503, |
---|
55 | | - at76c505 or at76c505a chips. |
---|
| 51 | + tristate "Atmel at76c503/at76c505/at76c505a USB cards" |
---|
| 52 | + depends on MAC80211 && USB |
---|
| 53 | + select FW_LOADER |
---|
| 54 | + help |
---|
| 55 | + Enable support for USB Wireless devices using Atmel at76c503, |
---|
| 56 | + at76c505 or at76c505a chips. |
---|
56 | 57 | |
---|
57 | 58 | endif # WLAN_VENDOR_ATMEL |
---|