Kconfig 1.2 KB

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