Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. menuconfig WL12XX
  2. tristate "TI wl12xx driver support"
  3. depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
  4. ---help---
  5. This will enable TI wl12xx driver support. The drivers make
  6. use of the mac80211 stack.
  7. config WL1251
  8. tristate "TI wl1251 support"
  9. depends on WL12XX && GENERIC_HARDIRQS
  10. select FW_LOADER
  11. select CRC7
  12. ---help---
  13. This module adds support for wireless adapters based on
  14. TI wl1251 chipset.
  15. If you choose to build a module, it'll be called wl1251. Say
  16. N if unsure.
  17. config WL1251_SPI
  18. tristate "TI wl1251 SPI support"
  19. depends on WL1251 && SPI_MASTER
  20. ---help---
  21. This module adds support for the SPI interface of adapters using
  22. TI wl1251 chipset. Select this if your platform is using
  23. the SPI bus.
  24. If you choose to build a module, it'll be called wl1251_spi.
  25. Say N if unsure.
  26. config WL1251_SDIO
  27. tristate "TI wl1251 SDIO support"
  28. depends on WL1251 && MMC
  29. ---help---
  30. This module adds support for the SDIO interface of adapters using
  31. TI wl1251 chipset. Select this if your platform is using
  32. the SDIO bus.
  33. If you choose to build a module, it'll be called
  34. wl1251_sdio. Say N if unsure.
  35. config WL1271
  36. tristate "TI wl1271 support"
  37. depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS
  38. select FW_LOADER
  39. select CRC7
  40. ---help---
  41. This module adds support for wireless adapters based on the
  42. TI wl1271 chipset.
  43. If you choose to build a module, it'll be called wl1271. Say N if
  44. unsure.