Kconfig (b746a1a2860f4a918f32d10dc569115d282aaf2f) | Kconfig (1141215c745b152da6cb632f3532f7384ced8410) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config CARL9170 3 tristate "Linux Community AR9170 802.11n USB support" 4 depends on USB && MAC80211 5 select ATH_COMMON 6 select FW_LOADER 7 select CRC32 8 help 9 This is the mainline driver for the Atheros "otus" 802.11n USB devices. 10 11 It needs a special firmware (carl9170-1.fw), which can be downloaded 12 from our wiki here: | 1# SPDX-License-Identifier: GPL-2.0-only 2config CARL9170 3 tristate "Linux Community AR9170 802.11n USB support" 4 depends on USB && MAC80211 5 select ATH_COMMON 6 select FW_LOADER 7 select CRC32 8 help 9 This is the mainline driver for the Atheros "otus" 802.11n USB devices. 10 11 It needs a special firmware (carl9170-1.fw), which can be downloaded 12 from our wiki here: |
13 <http://wireless.kernel.org/en/users/Drivers/carl9170> | 13 <https://wireless.wiki.kernel.org/en/users/Drivers/carl9170> |
14 15 If you choose to build a module, it'll be called carl9170. 16 17config CARL9170_LEDS 18 bool "SoftLED Support" 19 depends on CARL9170 20 select MAC80211_LEDS 21 select LEDS_CLASS --- 34 unchanged lines hidden --- | 14 15 If you choose to build a module, it'll be called carl9170. 16 17config CARL9170_LEDS 18 bool "SoftLED Support" 19 depends on CARL9170 20 select MAC80211_LEDS 21 select LEDS_CLASS --- 34 unchanged lines hidden --- |