summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada2017-12-15 16:38:01 +0100
committerMasahiro Yamada2018-01-21 16:49:29 +0100
commit1ae83c5c97bb90d7c272c03807b7c82911516610 (patch)
treec88f0f7cebbccb0fd597e66f39cda2abba4e3033 /drivers/staging/rtlwifi/Kconfig
parentkconfig: Remove menu_end_entry() (diff)
downloadkernel-qcow2-linux-1ae83c5c97bb90d7c272c03807b7c82911516610.tar.gz
kernel-qcow2-linux-1ae83c5c97bb90d7c272c03807b7c82911516610.tar.xz
kernel-qcow2-linux-1ae83c5c97bb90d7c272c03807b7c82911516610.zip
kconfig: use bool instead of boolean for type definition attributes, again
Commit 6341e62b212a ("kconfig: use bool instead of boolean for type definition attributes") did treewide replacement of 'boolean', and also mentioned the keyword 'boolean' would be dropped later on. Some years have passed, but it has not happened yet. Meanwhile, some new instances have come up. I am really going to drop this keyword. I need to do the replacement once again. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtlwifi/Kconfig')
-rw-r--r--drivers/staging/rtlwifi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig
index cb3a29ae764b..12cf4675b5fd 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
depends on R8822BE
default y