diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-08-07 14:46:50 -0400 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2024-11-29 17:15:15 +0000 |
commit | 93e02a5c971b3d8223b9c4f40ed8203a620da804 (patch) | |
tree | fb6593fd36f70d82d1cc5b9a4b7a81a4029c8259 | |
parent | fe3c792d59c40bed9d6ee3f14270e477df6a3a20 (diff) |
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 <scott.murray@konsulko.com>
-rw-r--r-- | meta-agl-core/recipes-kernel/linux/linux/x86-extra-graphic-devices.cfg | 2 | ||||
-rw-r--r-- | meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg | 2 |
2 files changed, 0 insertions, 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 |