Re: [PATCH v2 5/6] ACPI: NUMA: Remove ARCH depends option in ACPI_NUMA Kconfig

From: Arnd Bergmann
Date: Thu Mar 07 2024 - 04:23:18 EST


On Thu, Mar 7, 2024, at 10:19, Haibo Xu wrote:
> On Thu, Mar 7, 2024 at 4:44 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>> On Thu, Mar 7, 2024, at 09:47, Haibo Xu wrote:

>> If we make it
>>
>> def_bool NUMA && !X86
>>
>> then the select statements except for the X86_64_ACPI_NUMA
>> can also go away.
>>
>
> Good idea!
> Shall we include the ACPI in the def_bool definition?
>

No need, because this is inside of an 'if ACPI' block.

Arnd