Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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_SDIO_TEST
  39. tristate "TI wl12xx SDIO testing support"
  40. depends on WL12XX && MMC && WL12XX_SDIO
  41. default n
  42. ---help---
  43. This module adds support for the SDIO bus testing with the
  44. TI wl12xx chipsets. You probably don't want this unless you are
  45. testing a new hardware platform. Select this if you want to test the
  46. SDIO bus which is connected to the wl12xx chip.
  47. config WL12XX_PLATFORM_DATA
  48. bool
  49. depends on WL12XX_SDIO != n || WL1251_SDIO != n
  50. default y