IOMMU_SUPPORT is needed by tiny for CONFIG_X86_X2APIC to be enabled, otherwise a kernel config warning will be logged.
Signed-off-by: Jon Mason <[email protected]> --- features/x2apic/x2apic.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/x2apic/x2apic.cfg b/features/x2apic/x2apic.cfg index ca91dc0d25ac..8efa10f86bc4 100644 --- a/features/x2apic/x2apic.cfg +++ b/features/x2apic/x2apic.cfg @@ -1,3 +1,5 @@ # SPDX-License-Identifier: MIT + +CONFIG_IOMMU_SUPPORT=y CONFIG_IRQ_REMAP=y CONFIG_X86_X2APIC=y -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11109): https://lists.yoctoproject.org/g/linux-yocto/message/11109 Mute This Topic: https://lists.yoctoproject.org/mt/90161228/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
