Re: [PATCH v4 3/4] ACPI: NUMA: change the ACPI_NUMA to a hidden option
From: Haibo Xu
Date: Tue Jun 18 2024 - 21:18:17 EST
On Tue, Jun 18, 2024 at 11:18 PM Will Deacon <will@xxxxxxxxxx> wrote:
>
> On Mon, Jun 17, 2024 at 09:34:18PM +0800, Haibo Xu wrote:
> > @Catalin Marinas @Huacai Chen
> >
> > Could you please have a look at this patch for the ACPI_NUMA config on
> > ARM64 and LOONGARCH respectively.
> >
> > Thanks!
> >
> > On Thu, Jun 13, 2024 at 4:37 PM Haibo Xu <haibo1.xu@xxxxxxxxx> wrote:
> > >
> > > x86/arm64/loongarch would select ACPI_NUMA by default and riscv
> > > would do the same thing, so change it to a hidden option and the
> > > select statements except for the X86_64_ACPI_NUMA can also go away.
> > >
> > > Suggested-by: Arnd Bergmann <arnd@xxxxxxxx>
> > > Suggested-by: Sunil V L <sunilvl@xxxxxxxxxxxxxxxx>
> > > Signed-off-by: Haibo Xu <haibo1.xu@xxxxxxxxx>
> > > Reviewed-by: Sunil V L <sunilvl@xxxxxxxxxxxxxxxx>
> > > ---
> > > arch/arm64/Kconfig | 1 -
> > > arch/loongarch/Kconfig | 1 -
> > > drivers/acpi/numa/Kconfig | 5 +----
> > > 3 files changed, 1 insertion(+), 6 deletions(-)
>
> This looks fine from an arm64 perspective:
>
> Acked-by: Will Deacon <will@xxxxxxxxxx>
>
Thank you, Will!
> Will