mirror of https://gitee.com/openkylin/linux.git
ath10k: select WANT_DEV_COREDUMP
This is necessary so that - if ath10k is the only driver using dev_coredump*() - the functionality is built into the kernel. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
949c2d0096
commit
5524ddd4c1
|
@ -3,6 +3,7 @@ config ATH10K
|
||||||
depends on MAC80211 && HAS_DMA
|
depends on MAC80211 && HAS_DMA
|
||||||
select ATH_COMMON
|
select ATH_COMMON
|
||||||
select CRC32
|
select CRC32
|
||||||
|
select WANT_DEV_COREDUMP
|
||||||
---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.
|
||||||
|
|
Loading…
Reference in New Issue