Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. config WLAN_VENDOR_ZYDAS
  2. bool "ZyDAS 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_ZYDAS
  11. config USB_ZD1201
  12. tristate "USB ZD1201 based Wireless device support"
  13. depends on CFG80211 && USB
  14. select WIRELESS_EXT
  15. select WEXT_PRIV
  16. select FW_LOADER
  17. ---help---
  18. Say Y if you want to use wireless LAN adapters based on the ZyDAS
  19. ZD1201 chip.
  20. This driver makes the adapter appear as a normal Ethernet interface,
  21. typically on wlan0.
  22. The zd1201 device requires external firmware to be loaded.
  23. This can be found at http://linux-lc100020.sourceforge.net/
  24. To compile this driver as a module, choose M here: the
  25. module will be called zd1201.
  26. source "drivers/net/wireless/zydas/zd1211rw/Kconfig"
  27. endif # WLAN_VENDOR_ZYDAS