Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. menuconfig WL12XX_MENU
  2. tristate "TI wl12xx driver support"
  3. depends on MAC80211 && EXPERIMENTAL
  4. ---help---
  5. This will enable TI wl12xx driver support for the following chips:
  6. wl1271, wl1273, wl1281 and wl1283.
  7. The drivers make use of the mac80211 stack.
  8. config WL12XX
  9. tristate "TI wl12xx support"
  10. depends on WL12XX_MENU && GENERIC_HARDIRQS
  11. depends on INET
  12. select FW_LOADER
  13. ---help---
  14. This module adds support for wireless adapters based on TI wl1271 and
  15. TI wl1273 chipsets. This module does *not* include support for wl1251.
  16. For wl1251 support, use the separate homonymous driver instead.
  17. If you choose to build a module, it will be called wl12xx. Say N if
  18. unsure.
  19. config WL12XX_SPI
  20. tristate "TI wl12xx SPI support"
  21. depends on WL12XX && SPI_MASTER
  22. select CRC7
  23. ---help---
  24. This module adds support for the SPI interface of adapters using
  25. TI wl12xx chipsets. Select this if your platform is using
  26. the SPI bus.
  27. If you choose to build a module, it'll be called wl12xx_spi.
  28. Say N if unsure.
  29. config WL12XX_SDIO
  30. tristate "TI wl12xx SDIO support"
  31. depends on WL12XX && MMC
  32. ---help---
  33. This module adds support for the SDIO interface of adapters using
  34. TI wl12xx chipsets. Select this if your platform is using
  35. the SDIO bus.
  36. If you choose to build a module, it'll be called wl12xx_sdio.
  37. Say N if unsure.
  38. config WL12XX_PLATFORM_DATA
  39. bool
  40. depends on WL12XX_SDIO != n || WL1251_SDIO != n
  41. default y