diff options
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/Kconfig | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig new file mode 100644 index 000000000000..2d1b821b440d --- /dev/null +++ b/drivers/net/wireless/ath/carl9170/Kconfig | |||
@@ -0,0 +1,41 @@ | |||
1 | config CARL9170 | ||
2 | tristate "Linux Community AR9170 802.11n USB support" | ||
3 | depends on USB && MAC80211 && EXPERIMENTAL | ||
4 | select FW_LOADER | ||
5 | select CRC32 | ||
6 | help | ||
7 | This is another driver for the Atheros "otus" 802.11n USB devices. | ||
8 | |||
9 | This driver provides more features than the original, | ||
10 | but it needs a special firmware (carl9170-1.fw) to do that. | ||
11 | |||
12 | The firmware can be downloaded from our wiki here: | ||
13 | <http://wireless.kernel.org/en/users/Drivers/carl9170> | ||
14 | |||
15 | If you choose to build a module, it'll be called carl9170. | ||
16 | |||
17 | config CARL9170_LEDS | ||
18 | bool "SoftLED Support" | ||
19 | depends on CARL9170 | ||
20 | select MAC80211_LEDS | ||
21 | select LEDS_CLASS | ||
22 | select NEW_LEDS | ||
23 | default y | ||
24 | help | ||
25 | This option is necessary, if you want your device' LEDs to blink | ||
26 | |||
27 | Say Y, unless you need the LEDs for firmware debugging. | ||
28 | |||
29 | config CARL9170_DEBUGFS | ||
30 | bool "DebugFS Support" | ||
31 | depends on CARL9170 && DEBUG_FS && MAC80211_DEBUGFS | ||
32 | default n | ||
33 | help | ||
34 | Export several driver and device internals to user space. | ||
35 | |||
36 | Say N. | ||
37 | |||
38 | config CARL9170_WPC | ||
39 | bool | ||
40 | depends on CARL9170 && (INPUT = y || INPUT = CARL9170) | ||
41 | default y | ||