projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949c2d0
)
ath10k: select WANT_DEV_COREDUMP
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 7 Feb 2017 22:29:33 +0000
(23:29 +0100)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 8 Feb 2017 15:01:53 +0000
(17:01 +0200)
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>
drivers/net/wireless/ath/ath10k/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/Kconfig
b/drivers/net/wireless/ath/ath10k/Kconfig
index db1ca629cbd6d9c57d2fdd472c45c62fe1c5638f..b4241cf9b7ed41cad7094af9c1b56c772e66b63e 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/Kconfig
+++ b/
drivers/net/wireless/ath/ath10k/Kconfig
@@
-3,6
+3,7
@@
config ATH10K
depends on MAC80211 && HAS_DMA
select ATH_COMMON
select CRC32
+ select WANT_DEV_COREDUMP
---help---
This module adds support for wireless adapters based on
Atheros IEEE 802.11ac family of chipsets.