Re: [PATCH 04/10] arm64: Remove tautological LLVM Kconfig conditions
From: Will Deacon
Date: Tue Aug 19 2025 - 07:39:51 EST
On Mon, Aug 18, 2025 at 11:57:20AM -0700, Nathan Chancellor wrote:
> Now that the minimum supported version of LLVM for building the kernel
> has been bumped to 15.0.0, two sets of always true conditions can be
> safely removed in the arm64 Kconfig file.
>
> Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> ---
> Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
> Cc: Will Deacon <will@xxxxxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> ---
> arch/arm64/Kconfig | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
Acked-by: Will Deacon <will@xxxxxxxxxx>
Will