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