summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/sd8897/Kconfig
blob: 3d5ffae84ba17b0745d845cc151b97468da226ee (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
40
41
42
43
44
45
46
47
48
49
config SD8897
	tristate "Marvel 8897 wireless cards support"
	depends on MMC
	default n
	---help---
	  This module adds support for wireless adapters based on
	  Marvel 8897 chipset.

config SD8897_STA_SUPPORT
	depends on SD8897
	bool "WLAN station support"
	default y

config SD8897_UAP_SUPPORT
	depends on SD8897
	bool "Soft AP Support"
	default y

config SD8897_WIFI_DIRECT_SUPPORT
	depends on SD8897
	bool "WiFi Direct Support"
	default y

config SD8897_WIFI_DISPLAY_SUPPORT
	depends on SD8897
	bool "WiFi Display Support"
	default n

config SD8897_STA_WEXT
	depends on SD8897
	depends on !CFG80211
	bool "station wext support"
	default n

config SD8897_UAP_WEXT
	depends on SD8897
	depends on !CFG80211
	bool "UAP wext support"
	default n

config SD8897_DEBUG
	depends on SD8897
	bool "Debug option"
	default n
	---help---
          DEBUG LEVEL n/1/2:
          n: NO DEBUG
          1: Only PRINTM(MMSG,...), PRINTM(MFATAL,...), ...
          2: All PRINTM()