From: David Hildenbrand Date: Mon, 1 Sep 2025 15:03:23 +0000 (+0200) Subject: arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP" X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=36a264b1d8f70743ac7f034c69ecee03daf54482;p=users%2Fjedix%2Flinux-maple.git arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP" Now handled by the core automatically once SPARSEMEM_VMEMMAP_ENABLE is selected. Link: https://lkml.kernel.org/r/20250901150359.867252-3-david@redhat.com Signed-off-by: David Hildenbrand Reviewed-by: Mike Rapoport (Microsoft) Acked-by: Catalin Marinas Reviewed-by: Lorenzo Stoakes Reviewed-by: Liam R. Howlett Cc: Will Deacon Signed-off-by: Andrew Morton --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index e9bbfacc35a6..b1d1f2ff2493 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1570,7 +1570,6 @@ source "kernel/Kconfig.hz" config ARCH_SPARSEMEM_ENABLE def_bool y select SPARSEMEM_VMEMMAP_ENABLE - select SPARSEMEM_VMEMMAP config HW_PERF_EVENTS def_bool y