From 648a5c032f76799d7acde01b15aaac84f4b6da29 Mon Sep 17 00:00:00 2001 From: Ting-Ying Li Date: Wed, 3 Feb 2021 21:36:51 -0600 Subject: [PATCH 050/296] non-upstream: Revert "brcm80211: select WANT_DEV_COREDUMP conditionally for brcmfmac" This reverts commit 885a93cf31106808cd3ded7c5e01e35fa495fdc5. To fix DEV_COREDUMP function to be disabled in compat/Kconfig of backports. The root cause is because the parsing rule of lib/kconfig.py in backports will not consider the "select if xxx" as a sel_line. In order to aviod affecting other driver's configs, so we do not modify the sel_line logic in backports. Signed-off-by: Ting-Ying Li Signed-off-by: Chung-Hsien Hsu Signed-off-by: Chi-hsien Lin --- drivers/net/wireless/broadcom/brcm80211/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/broadcom/brcm80211/Kconfig b/drivers/net/wireless/broadcom/brcm80211/Kconfig index f1914b533ed3..87eadc49a6d3 100644 --- a/drivers/net/wireless/broadcom/brcm80211/Kconfig +++ b/drivers/net/wireless/broadcom/brcm80211/Kconfig @@ -38,7 +38,7 @@ config BRCM_TRACING config BRCMDBG bool "Broadcom driver debug functions" depends on BRCMSMAC || BRCMFMAC - select WANT_DEV_COREDUMP if BRCMFMAC + select WANT_DEV_COREDUMP help Selecting this enables additional code for debug purposes. -- 2.25.1