Kconfig 1.9 KB

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