Commit 50c51f39 authored by Niklas Cassel's avatar Niklas Cassel Committed by Kalle Valo

ath10k: do not mix spaces and tabs in Kconfig

Do not mix spaces and tabs in Kconfig.
Signed-off-by: default avatarNiklas Cassel <niklas.cassel@linaro.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent c9f3e7fa
config ATH10K config ATH10K
tristate "Atheros 802.11ac wireless cards support" tristate "Atheros 802.11ac wireless cards support"
depends on MAC80211 && HAS_DMA depends on MAC80211 && HAS_DMA
select ATH_COMMON select ATH_COMMON
select CRC32 select CRC32
select WANT_DEV_COREDUMP select WANT_DEV_COREDUMP
select ATH10K_CE select ATH10K_CE
---help--- ---help---
This module adds support for wireless adapters based on This module adds support for wireless adapters based on
Atheros IEEE 802.11ac family of chipsets. Atheros IEEE 802.11ac family of chipsets.
If you choose to build a module, it'll be called ath10k. If you choose to build a module, it'll be called ath10k.
config ATH10K_CE config ATH10K_CE
bool bool
...@@ -41,12 +41,12 @@ config ATH10K_USB ...@@ -41,12 +41,12 @@ config ATH10K_USB
work in progress and will not fully work. work in progress and will not fully work.
config ATH10K_SNOC config ATH10K_SNOC
tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)" tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)"
depends on ATH10K && ARCH_QCOM depends on ATH10K && ARCH_QCOM
---help--- ---help---
This module adds support for integrated WCN3990 chip connected This module adds support for integrated WCN3990 chip connected
to system NOC(SNOC). Currently work in progress and will not to system NOC(SNOC). Currently work in progress and will not
fully work. fully work.
config ATH10K_DEBUG config ATH10K_DEBUG
bool "Atheros ath10k debugging" bool "Atheros ath10k debugging"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment