a422cb0eef1561ad88f37d29770c57c000871afd
[openwrt.git] / target / linux / s3c24xx / files-2.6.31 / drivers / ar6000 / Kconfig
1 config AR6000_WLAN
2         tristate "AR6000 wireless networking over SDIO"
3         depends on MMC
4         select WIRELESS_EXT
5         default m
6         help
7           good luck.
8
9 config AR6000_WLAN_DEBUG
10         bool "Enable retrieval of firmware debugging information"
11         depends on AR6000_WLAN
12         default n
13         help
14           The AR6k firmware maintains a log of debugging events that
15           gets flushed to the host on various occasions. Retrieval of
16           this data is very slow, taking several seconds.
17
18           If in doubt, say N.
19
20 config AR6000_WLAN_RESET
21         bool "Soft-reset when shutting down"
22         depends on AR6000_WLAN
23         default n
24         help
25           The AR6k module can be explicitly reset when shutting down
26           the device. This adds a delay of about two seconds to suspend,
27           module removal, and so on. Since the WLAN SDIO function is
28           generally disabled soon thereafter anyway, this reset seems
29           superfluous.
30
31           If in doubt, say N.