aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-12-16 00:38:01 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-01-22 00:49:29 +0900
commit1ae83c5c97bb90d7c272c03807b7c82911516610 (patch)
treec88f0f7cebbccb0fd597e66f39cda2abba4e3033 /drivers/firmware/efi/Kconfig
parentkconfig: Remove menu_end_entry() (diff)
downloadlinux-dev-1ae83c5c97bb90d7c272c03807b7c82911516610.tar.xz
linux-dev-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/firmware/efi/Kconfig')
-rw-r--r--drivers/firmware/efi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efi/Kconfig b/drivers/firmware/efi/Kconfig
index 2b4c39fdfa91..3abdda139ae8 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