diff mbox series

[C,1/3] UBUNTU: SAUCE: staging: rtlwifi: allow RTLWIFI_DEBUG_ST to be disabled

Message ID 20190121035344.30126-3-kai.heng.feng@canonical.com
State New
Headers show
Series Make r8822be usable under kernel lockdown | expand

Commit Message

Kai-Heng Feng Jan. 21, 2019, 3:53 a.m. UTC
From: Seth Forshee <seth.forshee@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@canonical.com>
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
---
 drivers/staging/rtlwifi/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig
index 7b4276f5c41f..f8e185dfe2a8 100644
--- a/drivers/staging/rtlwifi/Kconfig
+++ b/drivers/staging/rtlwifi/Kconfig
@@ -7,6 +7,6 @@  config R8822BE
 	wireless network adapters.
 
 config RTLWIFI_DEBUG_ST
-	bool
+	bool "Debugging output for Realtek RTL8822BE driver"
 	depends on R8822BE
-	default y
+	default n