2 tristate "WILC1000 support (WiFi only)"
5 depends on CFG80211 && WEXT_CORE && INET
8 This module only support IEEE 802.11n WiFi.
11 prompt "Memory Allocation"
13 default WILC1000_PREALLOCATE_AT_LOADING_DRIVER
15 config WILC1000_PREALLOCATE_AT_LOADING_DRIVER
16 bool "Preallocate memory at loading driver"
18 This choice supports static allocation of the memory
19 for the receive buffer. The driver will allocate the RX buffer
20 during initial time. The driver will also free the buffer
21 by calling network device stop.
23 config WILC1000_DYNAMICALLY_ALLOCATE_MEMROY
24 bool "Dynamically allocate memory in real time"
26 This choice supports dynamic allocation of the memory
27 for the receive buffer. The driver will allocate the RX buffer
40 This module adds support for the SDIO interface
41 of adapters using WILC chipset. Select this if
42 your platform is using the SDIO bus.
48 This module adds support for the SPI interface
49 of adapters using WILC chipset. Select this if
50 your platform is using the SPI bus.
53 config WILC1000_HW_OOB_INTR
54 bool "Use out of band interrupt"
55 depends on WILC1000 && WILC1000_SDIO
58 If your platform don't recognize SDIO IRQ, connect chipset external IRQ pin
59 and check this option. Or, Use this to get all interrupts including SDIO interrupts.