aboutsummaryrefslogtreecommitdiff
path: root/drivers/ar6000/Kconfig
blob: 29b28b8c02b9622c450c66d9e99213427a02f145 (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
config AR6000_WLAN
	tristate "AR6000 wireless networking over SDIO"
	depends on MMC
	select WIRELESS_EXT
	select WEXT_PRIV
	default m
	help
	  good luck.

config AR6000_WLAN_DEBUG
	bool "Enable retrieval of firmware debugging information"
	depends on AR6000_WLAN
	default n
	help
	  The AR6k firmware maintains a log of debugging events that
	  gets flushed to the host on various occasions. Retrieval of
	  this data is very slow, taking several seconds.

	  If in doubt, say N.

config AR6000_WLAN_RESET
	bool "Soft-reset when shutting down"
	depends on AR6000_WLAN
	default n
	help
	  The AR6k module can be explicitly reset when shutting down
	  the device. This adds a delay of about two seconds to suspend,
	  module removal, and so on. Since the WLAN SDIO function is
	  generally disabled soon thereafter anyway, this reset seems
	  superfluous.

	  If in doubt, say N.