Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. menuconfig WL12XX
  2. tristate "TI wl12xx driver support"
  3. depends on MAC80211 && EXPERIMENTAL
  4. ---help---
  5. This will enable TI wl12xx driver support. The drivers make
  6. use of the mac80211 stack.
  7. config WL1271
  8. tristate "TI wl1271 support"
  9. depends on WL12XX && GENERIC_HARDIRQS
  10. depends on INET
  11. select FW_LOADER
  12. select CRC7
  13. ---help---
  14. This module adds support for wireless adapters based on the
  15. TI wl1271 chipset.
  16. If you choose to build a module, it'll be called wl1271. Say N if
  17. unsure.
  18. config WL1271_SPI
  19. tristate "TI wl1271 SPI support"
  20. depends on WL1271 && SPI_MASTER
  21. ---help---
  22. This module adds support for the SPI interface of adapters using
  23. TI wl1271 chipset. Select this if your platform is using
  24. the SPI bus.
  25. If you choose to build a module, it'll be called wl1251_spi.
  26. Say N if unsure.
  27. config WL1271_SDIO
  28. tristate "TI wl1271 SDIO support"
  29. depends on WL1271 && MMC
  30. ---help---
  31. This module adds support for the SDIO interface of adapters using
  32. TI wl1271 chipset. Select this if your platform is using
  33. the SDIO bus.
  34. If you choose to build a module, it'll be called
  35. wl1271_sdio. Say N if unsure.
  36. config WL12XX_PLATFORM_DATA
  37. bool
  38. depends on WL1271_SDIO != n
  39. default y