Kconfig 943 B

12345678910111213141516171819202122232425262728293031323334
  1. config WL1251
  2. tristate "TI wl1251 driver support"
  3. depends on MAC80211
  4. select FW_LOADER
  5. select CRC7
  6. ---help---
  7. This will enable TI wl1251 driver support. The drivers make
  8. use of the mac80211 stack.
  9. If you choose to build a module, it'll be called wl1251. Say
  10. N if unsure.
  11. config WL1251_SPI
  12. tristate "TI wl1251 SPI support"
  13. depends on WL1251 && SPI_MASTER
  14. ---help---
  15. This module adds support for the SPI interface of adapters using
  16. TI wl1251 chipset. Select this if your platform is using
  17. the SPI bus.
  18. If you choose to build a module, it'll be called wl1251_spi.
  19. Say N if unsure.
  20. config WL1251_SDIO
  21. tristate "TI wl1251 SDIO support"
  22. depends on WL1251 && MMC
  23. ---help---
  24. This module adds support for the SDIO interface of adapters using
  25. TI wl1251 chipset. Select this if your platform is using
  26. the SDIO bus.
  27. If you choose to build a module, it'll be called
  28. wl1251_sdio. Say N if unsure.