diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-08-07 14:46:50 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-12-19 22:39:59 -0500 |
commit | 9b82fe1f0384dd13e828ca500dca623087aaf07a (patch) | |
tree | 3c3bfdb5651d8511ed265890a5e26c01283bf7b6 | |
parent | 08abedf095a36d4b3664e6424687dd7a9899d1a6 (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 |