From 93e02a5c971b3d8223b9c4f40ed8203a620da804 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 7 Aug 2024 14:46:50 -0400 Subject: linux-yocto: Update x86 kernel fragments for 6.10 Update a couple of x86-specific kernel configuration fragments that are used with linux-yocto for the qemux86-64 machine to handle some options being dropped between 6.6 and 6.10. Bug-AGL: SPEC-5147 Change-Id: I4c01810300dc4d9a547a1d4b73e27702e7f747b4 Signed-off-by: Scott Murray --- meta-agl-core/recipes-kernel/linux/linux/x86-extra-graphic-devices.cfg | 2 -- meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg | 2 -- 2 files changed, 4 deletions(-) diff --git a/meta-agl-core/recipes-kernel/linux/linux/x86-extra-graphic-devices.cfg b/meta-agl-core/recipes-kernel/linux/linux/x86-extra-graphic-devices.cfg index 9c8e240e9..37e6ee3f0 100644 --- a/meta-agl-core/recipes-kernel/linux/linux/x86-extra-graphic-devices.cfg +++ b/meta-agl-core/recipes-kernel/linux/linux/x86-extra-graphic-devices.cfg @@ -21,9 +21,7 @@ CONFIG_ACPI_WMI=m CONFIG_MXM_WMI=m CONFIG_SCHED_INFO=y CONFIG_HAVE_KVM_IRQCHIP=y -CONFIG_HAVE_KVM_IRQFD=y CONFIG_HAVE_KVM_IRQ_ROUTING=y -CONFIG_HAVE_KVM_EVENTFD=y CONFIG_KVM_MMIO=y CONFIG_KVM_ASYNC_PF=y CONFIG_HAVE_KVM_MSI=y diff --git a/meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg b/meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg index d74d4afd8..1ceb4f76e 100644 --- a/meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg +++ b/meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg @@ -36,8 +36,6 @@ CONFIG_USB_NET_SR9800=m CONFIG_USB_NET_RNDIS_HOST=m CONFIG_USB_HSO=m CONFIG_USB_IPHETH=m -CONFIG_USB_ZD1201=m -CONFIG_USB_NET_RNDIS_WLAN=m CONFIG_RTL8180=m CONFIG_RTL8187=m CONFIG_RTL8187_LEDS=y -- cgit 1.2.3-korg