Kconfig 699 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. Note that the answer to this question doesn't directly affect the
  8. kernel: saying N will just cause the configurator to skip all the
  9. questions about these cards. If you say Y, you will be asked for
  10. your specific card in the following questions.
  11. if WLAN_VENDOR_ATMEL
  12. config AT76C50X_USB
  13. tristate "Atmel at76c503/at76c505/at76c505a USB cards"
  14. depends on MAC80211 && USB
  15. select FW_LOADER
  16. help
  17. Enable support for USB Wireless devices using Atmel at76c503,
  18. at76c505 or at76c505a chips.
  19. endif # WLAN_VENDOR_ATMEL