Kconfig 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. select CRC7
  14. ---help---
  15. This module adds support for wireless adapters based on TI wl1271 and
  16. TI wl1273 chipsets. This module does *not* include support for wl1251.
  17. For wl1251 support, use the separate homonymous driver instead.
  18. If you choose to build a module, it will be called wl12xx. Say N if
  19. unsure.
  20. config WL12XX_HT
  21. bool "TI wl12xx 802.11 HT support (EXPERIMENTAL)"
  22. depends on WL12XX && EXPERIMENTAL
  23. default n
  24. ---help---
  25. This will enable 802.11 HT support in the wl12xx module.
  26. That configuration is temporary due to the code incomplete and
  27. still in testing process.
  28. config WL12XX_SPI
  29. tristate "TI wl12xx SPI support"
  30. depends on WL12XX && SPI_MASTER
  31. ---help---
  32. This module adds support for the SPI interface of adapters using
  33. TI wl12xx chipsets. Select this if your platform is using
  34. the SPI bus.
  35. If you choose to build a module, it'll be called wl12xx_spi.
  36. Say N if unsure.
  37. config WL12XX_SDIO
  38. tristate "TI wl12xx SDIO support"
  39. depends on WL12XX && MMC
  40. ---help---
  41. This module adds support for the SDIO interface of adapters using
  42. TI wl12xx chipsets. Select this if your platform is using
  43. the SDIO bus.
  44. If you choose to build a module, it'll be called wl12xx_sdio.
  45. Say N if unsure.
  46. config WL12XX_SDIO_TEST
  47. tristate "TI wl12xx SDIO testing support"
  48. depends on WL12XX && MMC && WL12XX_SDIO
  49. default n
  50. ---help---
  51. This module adds support for the SDIO bus testing with the
  52. TI wl12xx chipsets. You probably don't want this unless you are
  53. testing a new hardware platform. Select this if you want to test the
  54. SDIO bus which is connected to the wl12xx chip.
  55. config WL12XX_PLATFORM_DATA
  56. bool
  57. depends on WL12XX_SDIO != n || WL1251_SDIO != n
  58. default y