Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: chromeos/compat-wireless/drivers/net/wireless/ath/Kconfig

Issue 5326002: Update compat-wireless to 2.6.36-5-spn (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Fixes for !ACK handling, missing local changes, log message fixes Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 menuconfig ATH_COMMON
2 tristate "Atheros Wireless Cards"
3 depends on CFG80211
4 ---help---
5 This will enable the support for the Atheros wireless drivers.
6 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, thi s option
7 enables the common ath.ko module which shares common helpers.
8
9 For more information and documentation on this module you can visit:
10
11 http://wireless.kernel.org/en/users/Drivers/ath
12
13 For information on all Atheros wireless drivers visit:
14
15 http://wireless.kernel.org/en/users/Drivers/Atheros
16
17 if ATH_COMMON
18
19 config ATH_DEBUG
20 bool "Atheros wireless debugging"
21 ---help---
22 Say Y, if you want to debug atheros wireless drivers.
23 Right now only ath9k makes use of this.
24
25 source "drivers/net/wireless/ath/ath5k/Kconfig"
26 source "drivers/net/wireless/ath/ath9k/Kconfig"
27 source "drivers/net/wireless/ath/ar9170/Kconfig"
28
29 endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698