mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 15:49:42 +07:00
02bc5eb990
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Kalle Valo <kvalo@codeaurora.org> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
315 B
Plaintext
10 lines
315 B
Plaintext
# SPDX-License-Identifier: ISC
|
|
config AR5523
|
|
tristate "Atheros AR5523 wireless driver support"
|
|
depends on MAC80211 && USB
|
|
select ATH_COMMON
|
|
select FW_LOADER
|
|
---help---
|
|
This module add support for AR5523 based USB dongles such as D-Link
|
|
DWL-G132, Netgear WPN111 and many more.
|