Re: [PATCH v2 01/10] x86/Kconfig: enable X86_X2APIC by default and improve help text

From: Dave Hansen
Date: Thu Oct 27 2022 - 11:07:44 EST


On 10/27/22 07:45, Elliott, Robert (Servers) wrote:
>> config X86_X2APIC
>> - bool "Support x2apic"
>> + bool "x2APIC interrupt controller architecture support"
>> depends on X86_LOCAL_APIC && X86_64 && (IRQ_REMAP ||
>> HYPERVISOR_GUEST)
>> + default y
> Could this option be added to
> arch/x86/configs/x86_64_defconfig
>
> so defconfig builds don't crash on current platforms?

Sounds reasonable. Care to send a patch?