From: Matteo Croce Date: Thu, 4 Sep 2014 12:51:09 +0000 (+0200) Subject: ath10k: ATH10K_DEBUGFS depends on DEBUG_FS X-Git-Tag: v4.14-rc1~6335^2~28^2~90^2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca5c671fb960712e274bf37dff8d6f5ebc02d40a;p=platform%2Fkernel%2Flinux-rpi.git ath10k: ATH10K_DEBUGFS depends on DEBUG_FS ATH10K_DEBUGFS must depend on DEBUG_FS, otherwise ath10k will generate an invalid pointer on module load. Signed-off-by: Matteo Croce Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath10k/Kconfig b/drivers/net/wireless/ath/ath10k/Kconfig index 1053bb5..72acb82 100644 --- a/drivers/net/wireless/ath/ath10k/Kconfig +++ b/drivers/net/wireless/ath/ath10k/Kconfig @@ -24,7 +24,7 @@ config ATH10K_DEBUG config ATH10K_DEBUGFS bool "Atheros ath10k debugfs support" - depends on ATH10K + depends on ATH10K && DEBUG_FS select RELAY ---help--- Enabled debugfs support