Browse Source

iwlwfifi: fix WANT_DEV_COREDUMP selection in Kconfig

Fix my mistake while sending Johannes's

commit aadede6e9f4c8ee46808b2f697b714ee50810e23
Author: Johannes Berg <johannes.berg@intel.com>
Date:   Thu Oct 9 17:01:36 2014 +0200

    iwlwifi: mvm: port to devcoredump framework

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Emmanuel Grumbach 11 years ago
parent
commit
3e4b1b4a91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/iwlwifi/Kconfig

+ 1 - 1
drivers/net/wireless/iwlwifi/Kconfig

@@ -59,7 +59,7 @@ config IWLDVM
 
 
 config IWLMVM
 config IWLMVM
 	tristate "Intel Wireless WiFi MVM Firmware support"
 	tristate "Intel Wireless WiFi MVM Firmware support"
-	select BACKPORT_WANT_DEV_COREDUMP
+	select WANT_DEV_COREDUMP
 	help
 	help
 	  This is the driver that supports the MVM firmware which is
 	  This is the driver that supports the MVM firmware which is
 	  currently only available for 7260 and 3160 devices.
 	  currently only available for 7260 and 3160 devices.