xref: /linux/drivers/net/wireless/atmel/Kconfig (revision ae22a94997b8a03dcb3c922857c203246711f9d4)
1# SPDX-License-Identifier: GPL-2.0-only
2config 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
9	  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
11	  your specific card in the following questions.
12
13if WLAN_VENDOR_ATMEL
14
15config AT76C50X_USB
16	tristate "Atmel at76c503/at76c505/at76c505a USB cards"
17	depends on MAC80211 && USB
18	select FW_LOADER
19	help
20	  Enable support for USB Wireless devices using Atmel at76c503,
21	  at76c505 or at76c505a chips.
22
23endif # WLAN_VENDOR_ATMEL
24