Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. config WLCORE
  2. tristate "TI wlcore support"
  3. depends on MAC80211
  4. select FW_LOADER
  5. ---help---
  6. This module contains the main code for TI WLAN chips. It abstracts
  7. hardware-specific differences among different chipset families.
  8. Each chipset family needs to implement its own lower-level module
  9. that will depend on this module for the common code.
  10. If you choose to build a module, it will be called wlcore. Say N if
  11. unsure.
  12. config WLCORE_SPI
  13. tristate "TI wlcore SPI support"
  14. depends on WLCORE && SPI_MASTER && OF
  15. select CRC7
  16. ---help---
  17. This module adds support for the SPI interface of adapters using
  18. TI WLAN chipsets. Select this if your platform is using
  19. the SPI bus.
  20. If you choose to build a module, it'll be called wlcore_spi.
  21. Say N if unsure.
  22. config WLCORE_SDIO
  23. tristate "TI wlcore SDIO support"
  24. depends on WLCORE && MMC
  25. ---help---
  26. This module adds support for the SDIO interface of adapters using
  27. TI WLAN chipsets. Select this if your platform is using
  28. the SDIO bus.
  29. If you choose to build a module, it'll be called wlcore_sdio.
  30. Say N if unsure.