kconfig: use bool instead of boolean for type definition attributes, again
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 15 Dec 2017 15:38:01 +0000 (00:38 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 21 Jan 2018 15:49:29 +0000 (00:49 +0900)
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>
drivers/firmware/efi/Kconfig
drivers/staging/rtlwifi/Kconfig

index 2b4c39fdfa9141546f2193942754a8889550b840..3abdda139ae81ad1a1cbd457172b721487f37880 100644 (file)
@@ -113,7 +113,7 @@ config EFI_CAPSULE_LOADER
          Most users should say N.
 
 config EFI_CAPSULE_QUIRK_QUARK_CSH
-       boolean "Add support for Quark capsules with non-standard headers"
+       bool "Add support for Quark capsules with non-standard headers"
        depends on X86 && !64BIT
        select EFI_CAPSULE_LOADER
        default y
index cb3a29ae764b44a90a8a28b0562689d7f12b8eb5..12cf4675b5fdc55b5bad883e644d27e0db017348 100644 (file)
@@ -17,6 +17,6 @@ config RTLPHYDM_ST
        default m
 
 config RTLWIFI_DEBUG_ST
-       boolean
+       bool
        depends on R8822BE
        default y