* David Hildenbrand <[email protected]> [250827 18:03]: > Now handled by the core automatically once SPARSEMEM_VMEMMAP_ENABLE > is selected. > > Reviewed-by: Mike Rapoport (Microsoft) <[email protected]> > Cc: Catalin Marinas <[email protected]> > Cc: Will Deacon <[email protected]> > Signed-off-by: David Hildenbrand <[email protected]>
Reviewed-by: Liam R. Howlett <[email protected]> > --- > arch/arm64/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index e9bbfacc35a64..b1d1f2ff2493b 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 > -- > 2.50.1 >
