blob: 4c0556b3a5ba8f3329292061dafac38bf1bd506b [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Kalle Valo30fe0f92015-11-17 19:49:20 +02002config WLAN_VENDOR_ATMEL
3 bool "Atmel devices"
4 default y
5 ---help---
6 If you have a wireless card belonging to this class, say Y.
7
8 Note that the answer to this question doesn't directly affect the
Randy Dunlapa6cf02e2018-03-02 18:03:30 -08009 kernel: saying N will just cause the configurator to skip all the
10 questions about these cards. If you say Y, you will be asked for
Kalle Valo30fe0f92015-11-17 19:49:20 +020011 your specific card in the following questions.
12
13if WLAN_VENDOR_ATMEL
14
15config ATMEL
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---
Krzysztof Kozlowski02bc5eb2019-09-23 17:52:43 +020023 A driver 802.11b wireless cards based on the Atmel fast-vnet
24 chips. This driver supports standard Linux wireless extensions.
Kalle Valo30fe0f92015-11-17 19:49:20 +020025
Krzysztof Kozlowski02bc5eb2019-09-23 17:52:43 +020026 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>
Kalle Valo30fe0f92015-11-17 19:49:20 +020032
33config PCI_ATMEL
34 tristate "Atmel at76c506 PCI cards"
35 depends on ATMEL && PCI
36 ---help---
Krzysztof Kozlowski02bc5eb2019-09-23 17:52:43 +020037 Enable support for PCI and mini-PCI cards containing the
38 Atmel at76c506 chip.
Kalle Valo30fe0f92015-11-17 19:49:20 +020039
40config PCMCIA_ATMEL
41 tristate "Atmel at76c502/at76c504 PCMCIA cards"
42 depends on ATMEL && PCMCIA
43 select WIRELESS_EXT
44 select FW_LOADER
45 select CRC32
46 ---help---
47 Enable support for PCMCIA cards containing the
48 Atmel at76c502 and at76c504 chips.
49
50config AT76C50X_USB
Krzysztof Kozlowski02bc5eb2019-09-23 17:52:43 +020051 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.
Kalle Valo30fe0f92015-11-17 19:49:20 +020057
58endif # WLAN_VENDOR_ATMEL