Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. config WLAN_VENDOR_ATMEL
  2. bool "Atmel devices"
  3. default y
  4. ---help---
  5. If you have a wireless card belonging to this class, say Y.
  6. Note that the answer to this question doesn't directly affect the
  7. kernel: saying N will just cause the configurator to skip all the
  8. questions about these cards. If you say Y, you will be asked for
  9. your specific card in the following questions.
  10. if WLAN_VENDOR_ATMEL
  11. config ATMEL
  12. tristate "Atmel at76c50x chipset 802.11b support"
  13. depends on CFG80211 && (PCI || PCMCIA)
  14. select WIRELESS_EXT
  15. select WEXT_PRIV
  16. select FW_LOADER
  17. select CRC32
  18. ---help---
  19. A driver 802.11b wireless cards based on the Atmel fast-vnet
  20. chips. This driver supports standard Linux wireless extensions.
  21. Many cards based on this chipset do not have flash memory
  22. and need their firmware loaded at start-up. If yours is
  23. one of these, you will need to provide a firmware image
  24. to be loaded into the card by the driver. The Atmel
  25. firmware package can be downloaded from
  26. <http://www.thekelleys.org.uk/atmel>
  27. config PCI_ATMEL
  28. tristate "Atmel at76c506 PCI cards"
  29. depends on ATMEL && PCI
  30. ---help---
  31. Enable support for PCI and mini-PCI cards containing the
  32. Atmel at76c506 chip.
  33. config PCMCIA_ATMEL
  34. tristate "Atmel at76c502/at76c504 PCMCIA cards"
  35. depends on ATMEL && PCMCIA
  36. select WIRELESS_EXT
  37. select FW_LOADER
  38. select CRC32
  39. ---help---
  40. Enable support for PCMCIA cards containing the
  41. Atmel at76c502 and at76c504 chips.
  42. config AT76C50X_USB
  43. tristate "Atmel at76c503/at76c505/at76c505a USB cards"
  44. depends on MAC80211 && USB
  45. select FW_LOADER
  46. ---help---
  47. Enable support for USB Wireless devices using Atmel at76c503,
  48. at76c505 or at76c505a chips.
  49. endif # WLAN_VENDOR_ATMEL