summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/sd8797/Kconfig
blob: d823c85166c88e2d7739cebc60456d8f11cef423 (plain)
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
config SD8797
	tristate "Marvel 8797 wireless cards support"
	depends on MMC
	default n
	---help---
	  This module adds support for wireless adapters based on
	  Marvel 8797 chipset.

config STA_SUPPORT
	depends on SD8797
	bool "WLAN station support"
	default y

config UAP_SUPPORT
	depends on SD8797
	bool "Soft AP Support"
	default y

config WIFI_DIRECT_SUPPORT
	depends on SD8797
	bool "WiFi Direct Support"
	default n

config WIFI_DISPLAY_SUPPORT
	depends on SD8797
	bool "WiFi Display Support"
	default n

config STA_WEXT
	depends on SD8797
	depends on !CFG80211
	bool "station wext support"
	default n

config UAP_WEXT
	depends on SD8797
	depends on !CFG80211
	bool "UAP wext support"
	default n