diff mbox series

[1/2] kconfig: use bool instead of boolean for type definition attributes, again

Message ID 1513352282-4437-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 1ae83c5c97bb90d7c272c03807b7c82911516610
Headers show
Series [1/2] kconfig: use bool instead of boolean for type definition attributes, again | expand

Commit Message

Masahiro Yamada Dec. 15, 2017, 3:38 p.m. UTC
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>

---

 drivers/firmware/efi/Kconfig    | 2 +-
 drivers/staging/rtlwifi/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4

Comments

Masahiro Yamada Jan. 11, 2018, 3:39 p.m. UTC | #1
2017-12-16 0:38 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> 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>

> ---

>


Applied to linux-kbuild/kconfig.


-- 
Best Regards
Masahiro Yamada
diff mbox series

Patch

diff --git a/drivers/firmware/efi/Kconfig b/drivers/firmware/efi/Kconfig
index 2b4c39f..3abdda1 100644
--- a/drivers/firmware/efi/Kconfig
+++ b/drivers/firmware/efi/Kconfig
@@ -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
diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig
index cb3a29a..12cf467 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