brintos

brintos / linux-shallow public Read only

0
0
Text · 699 B · 7a2bb7a Raw
24 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config WLAN_VENDOR_ATMEL3	bool "Atmel devices"4	default y5	help6	  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 the9	  kernel: saying N will just cause the configurator to skip all the10	  questions about these cards. If you say Y, you will be asked for11	  your specific card in the following questions.12 13if WLAN_VENDOR_ATMEL14 15config AT76C50X_USB16	tristate "Atmel at76c503/at76c505/at76c505a USB cards"17	depends on MAC80211 && USB18	select FW_LOADER19	help20	  Enable support for USB Wireless devices using Atmel at76c503,21	  at76c505 or at76c505a chips.22 23endif # WLAN_VENDOR_ATMEL24