-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathKconfig
46 lines (39 loc) · 1.1 KB
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
config XRADIO
tristate "XRADIO WLAN support"
depends on MAC80211
default n
help
This is an experimental driver for the XRADIO chip-set.
Enabling this option enables the generic driver without
any platform support.
Please select the appropriate platform below.
if XRADIO
config XRADIO_NON_POWER_OF_TWO_BLOCKSIZES
bool "Platform supports non-power-of-two SDIO transfer"
depends on XRADIO
default y
---help---
Say N here only if you are running the driver on a platform
which does not have support for non-power-of-two SDIO transfer.
If unsure, say Y.
config XRADIO_5GHZ_SUPPORT
bool "5GHz band support"
depends on XRADIO
default n
---help---
Say Y if your device supports 5GHz band. If unsure, say N.
config XRADIO_WAPI_SUPPORT
bool "WAPI support"
depends on XRADIO
default n
---help---
Say Y if your compat-wireless support WAPI.
If unsure, say N.
config XRADIO_USE_EXTENSIONS
bool "Extensions for WFD and PS mode"
depends on XRADIO
default y
---help---
Say Y if you want to include XR extensions
If unsure, say Y.
endif