mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-22 01:43:37 -04:00
The ath6kl driver is causing build failures when the ath6kl bits are not built as modules. A better fix is forthcoming in a future release, but for now lets revert the problematic code. This reverts the following commits:fde57764ef
d70385a26a
59d954dda4
Signed-off-by: John W. Linville <linville@tuxdriver.com>
15 lines
449 B
Text
15 lines
449 B
Text
config ATH6KL
|
|
tristate "Atheros ath6kl support"
|
|
depends on MMC
|
|
depends on CFG80211
|
|
---help---
|
|
This module adds support for wireless adapters based on
|
|
Atheros AR6003 chipset running over SDIO. If you choose to
|
|
build it as a module, it will be called ath6kl. Pls note
|
|
that AR6002 and AR6001 are not supported by this driver.
|
|
|
|
config ATH6KL_DEBUG
|
|
bool "Atheros ath6kl debugging"
|
|
depends on ATH6KL
|
|
---help---
|
|
Enables debug support
|