Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config WLAN_VENDOR_ATMEL
0003         bool "Atmel devices"
0004         default y
0005         help
0006           If you have a wireless card belonging to this class, say Y.
0007 
0008           Note that the answer to this question doesn't directly affect the
0009           kernel: saying N will just cause the configurator to skip all the
0010           questions about these cards. If you say Y, you will be asked for
0011           your specific card in the following questions.
0012 
0013 if WLAN_VENDOR_ATMEL
0014 
0015 config ATMEL
0016         tristate "Atmel at76c50x chipset  802.11b support"
0017         depends on CFG80211 && (PCI || PCMCIA)
0018         select WIRELESS_EXT
0019         select WEXT_PRIV
0020         select FW_LOADER
0021         select CRC32
0022         help
0023           A driver 802.11b wireless cards based on the Atmel fast-vnet
0024           chips. This driver supports standard Linux wireless extensions.
0025 
0026           Many  cards based on this chipset do not have flash memory
0027           and need their firmware loaded at start-up. If yours is
0028           one of these, you will need to provide a firmware image
0029           to be loaded into the card by the driver. The Atmel
0030           firmware package can be downloaded from
0031           <http://www.thekelleys.org.uk/atmel>
0032 
0033 config PCI_ATMEL
0034         tristate "Atmel at76c506 PCI cards"
0035         depends on ATMEL && PCI
0036         help
0037           Enable support for PCI and mini-PCI cards containing the
0038           Atmel at76c506 chip.
0039 
0040 config PCMCIA_ATMEL
0041         tristate "Atmel at76c502/at76c504 PCMCIA cards"
0042         depends on ATMEL && PCMCIA
0043         select WIRELESS_EXT
0044         select FW_LOADER
0045         select CRC32
0046         help
0047           Enable support for PCMCIA cards containing the
0048           Atmel at76c502 and at76c504 chips.
0049 
0050 config AT76C50X_USB
0051         tristate "Atmel at76c503/at76c505/at76c505a USB cards"
0052         depends on MAC80211 && USB
0053         select FW_LOADER
0054         help
0055           Enable support for USB Wireless devices using Atmel at76c503,
0056           at76c505 or at76c505a chips.
0057 
0058 endif # WLAN_VENDOR_ATMEL