Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 4 Oct 2022 16:29:03 +0000 (01:29 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Oct 2022 10:35:55 +0000 (12:35 +0200)
commit371aaf6b48f5b20708dfc8cc319d66c7cce7f50a
treef6af5839e54958131850b5303df01a51fc90b2f8
parente1591557e3a082b5ee7fe2205bea4827cdf523c2
Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5

commit 4f001a21080ff2e2f0e1c3692f5e119aedbb3bc1 upstream.

Commit c0a5c81ca9be ("Kconfig.debug: drop GCC 5+ version check for
DWARF5") could have cleaned up the code a bit more.

"CC_IS_CLANG &&" is unneeded. No functional change is intended.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
[nathan: Only apply to DWARF5, as 5.15 does not have 32ef9e5054ec032]
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/Kconfig.debug