xref: /openbmc/linux/drivers/net/wireless/atmel/Kconfig (revision 30fe0f9b)
130fe0f9bSKalle Valoconfig WLAN_VENDOR_ATMEL
230fe0f9bSKalle Valo	bool "Atmel devices"
330fe0f9bSKalle Valo	default y
430fe0f9bSKalle Valo	---help---
530fe0f9bSKalle Valo	  If you have a wireless card belonging to this class, say Y.
630fe0f9bSKalle Valo
730fe0f9bSKalle Valo	  Note that the answer to this question doesn't directly affect the
830fe0f9bSKalle Valo	  kernel: saying N will just cause the configurator to skip all
930fe0f9bSKalle Valo	  the questions about  cards. If you say Y, you will be asked for
1030fe0f9bSKalle Valo	  your specific card in the following questions.
1130fe0f9bSKalle Valo
1230fe0f9bSKalle Valoif WLAN_VENDOR_ATMEL
1330fe0f9bSKalle Valo
1430fe0f9bSKalle Valoconfig ATMEL
1530fe0f9bSKalle Valo      tristate "Atmel at76c50x chipset  802.11b support"
1630fe0f9bSKalle Valo      depends on CFG80211 && (PCI || PCMCIA)
1730fe0f9bSKalle Valo      select WIRELESS_EXT
1830fe0f9bSKalle Valo      select WEXT_PRIV
1930fe0f9bSKalle Valo      select FW_LOADER
2030fe0f9bSKalle Valo      select CRC32
2130fe0f9bSKalle Valo       ---help---
2230fe0f9bSKalle Valo        A driver 802.11b wireless cards based on the Atmel fast-vnet
2330fe0f9bSKalle Valo        chips. This driver supports standard Linux wireless extensions.
2430fe0f9bSKalle Valo
2530fe0f9bSKalle Valo        Many  cards based on this chipset do not have flash memory
2630fe0f9bSKalle Valo        and need their firmware loaded at start-up. If yours is
2730fe0f9bSKalle Valo        one of these, you will need to provide a firmware image
2830fe0f9bSKalle Valo        to be loaded into the card by the driver. The Atmel
2930fe0f9bSKalle Valo        firmware package can be downloaded from
3030fe0f9bSKalle Valo        <http://www.thekelleys.org.uk/atmel>
3130fe0f9bSKalle Valo
3230fe0f9bSKalle Valoconfig PCI_ATMEL
3330fe0f9bSKalle Valo      tristate "Atmel at76c506 PCI cards"
3430fe0f9bSKalle Valo      depends on ATMEL && PCI
3530fe0f9bSKalle Valo       ---help---
3630fe0f9bSKalle Valo        Enable support for PCI and mini-PCI cards containing the
3730fe0f9bSKalle Valo        Atmel at76c506 chip.
3830fe0f9bSKalle Valo
3930fe0f9bSKalle Valoconfig PCMCIA_ATMEL
4030fe0f9bSKalle Valo	tristate "Atmel at76c502/at76c504 PCMCIA cards"
4130fe0f9bSKalle Valo	depends on ATMEL && PCMCIA
4230fe0f9bSKalle Valo	select WIRELESS_EXT
4330fe0f9bSKalle Valo	select FW_LOADER
4430fe0f9bSKalle Valo	select CRC32
4530fe0f9bSKalle Valo	---help---
4630fe0f9bSKalle Valo	  Enable support for PCMCIA cards containing the
4730fe0f9bSKalle Valo	  Atmel at76c502 and at76c504 chips.
4830fe0f9bSKalle Valo
4930fe0f9bSKalle Valoconfig AT76C50X_USB
5030fe0f9bSKalle Valo        tristate "Atmel at76c503/at76c505/at76c505a USB cards"
5130fe0f9bSKalle Valo        depends on MAC80211 && USB
5230fe0f9bSKalle Valo        select FW_LOADER
5330fe0f9bSKalle Valo        ---help---
5430fe0f9bSKalle Valo          Enable support for USB Wireless devices using Atmel at76c503,
5530fe0f9bSKalle Valo          at76c505 or at76c505a chips.
5630fe0f9bSKalle Valo
5730fe0f9bSKalle Valoendif # WLAN_VENDOR_ATMEL
58