Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. config WILC1000
  2. tristate
  3. ---help---
  4. This module only support IEEE 802.11n WiFi.
  5. config WILC1000_SDIO
  6. tristate "Atmel WILC1000 SDIO (WiFi only)"
  7. depends on CFG80211 && INET && MMC
  8. select WILC1000
  9. ---help---
  10. This module adds support for the SDIO interface of adapters using
  11. WILC1000 chipset. The Atmel WILC1000 SDIO is a full speed interface.
  12. It meets SDIO card specification version 2.0. The interface supports
  13. the 1-bit/4-bit SD transfer mode at the clock range of 0-50 MHz.
  14. The host can use this interface to read and write from any register
  15. within the chip as well as configure the WILC1000 for data DMA.
  16. To use this interface, pin9 (SDIO_SPI_CFG) must be grounded. Select
  17. this if your platform is using the SDIO bus.
  18. config WILC1000_SPI
  19. tristate "Atmel WILC1000 SPI (WiFi only)"
  20. depends on CFG80211 && INET && SPI
  21. select WILC1000
  22. ---help---
  23. This module adds support for the SPI interface of adapters using
  24. WILC1000 chipset. The Atmel WILC1000 has a Serial Peripheral
  25. Interface (SPI) that operates as a SPI slave. This SPI interface can
  26. be used for control and for serial I/O of 802.11 data. The SPI is a
  27. full-duplex slave synchronous serial interface that is available
  28. immediately following reset when pin 9 (SDIO_SPI_CFG) is tied to
  29. VDDIO. Select this if your platform is using the SPI bus.
  30. config WILC1000_HW_OOB_INTR
  31. bool "WILC1000 out of band interrupt"
  32. depends on WILC1000_SDIO
  33. default n
  34. ---help---
  35. This option enables out-of-band interrupt support for the WILC1000
  36. chipset. This OOB interrupt is intended to provide a faster interrupt
  37. mechanism for SDIO host controllers that don't support SDIO interrupt.
  38. Select this option If the SDIO host controller in your platform
  39. doesn't support SDIO time devision interrupt.