[B] [PATCH] UBUNTU: SAUCE: staging: rtlwifi: allow RTLWIFI_DEBUG_ST to be disabled

Kai-Heng Feng kai.heng.feng at canonical.com
Mon Jan 21 03:53:40 UTC 2019


From: Seth Forshee <seth.forshee at canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1806472

Also default the option to off as with RTLWIFI_DEBUG, which seems
like a more reasonable default.

Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
 drivers/staging/rtlwifi/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig
index cb3a29ae764b..963020ab17bd 100644
--- a/drivers/staging/rtlwifi/Kconfig
+++ b/drivers/staging/rtlwifi/Kconfig
@@ -17,6 +17,6 @@ config RTLPHYDM_ST
 	default m
 
 config RTLWIFI_DEBUG_ST
-	boolean
+	bool "Debugging output for Realtek RTL8822BE driver"
 	depends on R8822BE
-	default y
+	default n
-- 
2.17.1




More information about the kernel-team mailing list