From: David Hildenbrand Date: Mon, 1 Sep 2025 15:03:24 +0000 (+0200) Subject: s390/Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP" X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a95be5ba994168d8a4ad0b6d647d29f4f9ce82a7;p=users%2Fjedix%2Flinux-maple.git s390/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-4-david@redhat.com Signed-off-by: David Hildenbrand Reviewed-by: Mike Rapoport (Microsoft) Reviewed-by: Lorenzo Stoakes Reviewed-by: Liam R. Howlett Cc: Heiko Carstens Cc: Vasily Gorbik Cc: Alexander Gordeev Cc: Christian Borntraeger Cc: Sven Schnelle Signed-off-by: Andrew Morton --- diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index bf680c26a33c..145ca23c2fff 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -710,7 +710,6 @@ menu "Memory setup" config ARCH_SPARSEMEM_ENABLE def_bool y select SPARSEMEM_VMEMMAP_ENABLE - select SPARSEMEM_VMEMMAP config ARCH_SPARSEMEM_DEFAULT def_bool y