Skip to content

Commit

Permalink
kconfig: use bool instead of boolean for type definition attributes, …
Browse files Browse the repository at this point in the history
…again

Commit 6341e62 ("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 <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
masahir0y committed Jan 21, 2018
1 parent df60f4b commit 1ae83c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/firmware/efi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/rtlwifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ config RTLPHYDM_ST
default m

config RTLWIFI_DEBUG_ST
boolean
bool
depends on R8822BE
default y

0 comments on commit 1ae83c5

Please sign in to comment.