aboutsummaryrefslogtreecommitdiff
path: root/drivers/ar6000/Kconfig
diff options
context:
space:
mode:
authormerge <null@invalid>2009-01-19 20:44:45 +0000
committerAndy Green <agreen@cpc3-nthc5-0-0-cust764.nrth.cable.ntl.com>2009-01-19 20:44:45 +0000
commit1655ed19960a1597a93540a45e4a554c1139cf63 (patch)
tree575bd68bb3be7eff0366375ec2f76fcf0b57983c /drivers/ar6000/Kconfig
parent66282b96965c5bdc80a71f09f47cf861e37108c9 (diff)
MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-update-gta02-default-configura-1232397413
pending-tracking-hist top was MERGE-via-stable-tracking-update-gta02-default-configura-1232397413 / fdaef96a49003c3e907629757f489585ea6708ab ... parent commitmessage: From: merge <null@invalid> MERGE-via-stable-tracking-hist-update-gta02-default-configura stable-tracking-hist top was update-gta02-default-configura / ae4b4dc366b578f90cd85eda9348d3f7e585670c ... parent commitmessage: From: Werner Almesberger <werner@openmoko.org> update GTA02 default configurations Add the settings introduced by the previous two patches to the default configurations. Signed-off-by: Werner Almesberger <werner@openmoko.org>
Diffstat (limited to 'drivers/ar6000/Kconfig')
-rw-r--r--drivers/ar6000/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/ar6000/Kconfig b/drivers/ar6000/Kconfig
index 67fb9643464..a422cb0eef1 100644
--- a/drivers/ar6000/Kconfig
+++ b/drivers/ar6000/Kconfig
@@ -5,3 +5,27 @@ config AR6000_WLAN
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.