Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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_HT
  19. bool "TI wl1271 802.11 HT support (EXPERIMENTAL)"
  20. depends on WL1271 && EXPERIMENTAL
  21. default n
  22. ---help---
  23. This will enable 802.11 HT support for TI wl1271 chipset.
  24. That configuration is temporary due to the code incomplete and
  25. still in testing process.
  26. config WL1271_SPI
  27. tristate "TI wl1271 SPI support"
  28. depends on WL1271 && SPI_MASTER
  29. ---help---
  30. This module adds support for the SPI interface of adapters using
  31. TI wl1271 chipset. Select this if your platform is using
  32. the SPI bus.
  33. If you choose to build a module, it'll be called wl1251_spi.
  34. Say N if unsure.
  35. config WL1271_SDIO
  36. tristate "TI wl1271 SDIO support"
  37. depends on WL1271 && MMC
  38. ---help---
  39. This module adds support for the SDIO interface of adapters using
  40. TI wl1271 chipset. Select this if your platform is using
  41. the SDIO bus.
  42. If you choose to build a module, it'll be called
  43. wl1271_sdio. Say N if unsure.
  44. config WL12XX_PLATFORM_DATA
  45. bool
  46. depends on WL1271_SDIO != n || WL1251_SDIO != n
  47. default y