Kconfig 965 B

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