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

From: Greg Kroah-Hartman
Date: Fri Dec 15 2017 - 14:06:35 EST


On Sat, Dec 16, 2017 at 12:38:01AM +0900, Masahiro Yamada wrote:
> 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@xxxxxxxxxxxxx>
> ---
>
> drivers/firmware/efi/Kconfig | 2 +-
> drivers/staging/rtlwifi/Kconfig | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>