From b41de1531329ef2d489c11b9dce7540411a4bcbb Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 18 Aug 2021 22:53:03 -0400 Subject: meta-agl-core: Update x86 kernel configuration Update x86 kernel configuration fragment that enables extra graphics drivers for removal of GMA600 and GMA3600 options in 5.13. Support for them is now enabled by default when GMA500 is enabled. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: If5bc8d36c4473a0adea71d9456e2938f20143a3d --- meta-agl-core/recipes-kernel/linux/linux/x86-extra-graphic-devices.cfg | 2 -- 1 file changed, 2 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 d2b64de67..678ecac04 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 @@ -14,8 +14,6 @@ CONFIG_DRM_VGEM=m CONFIG_DRM_VMWGFX=m CONFIG_DRM_VMWGFX_FBCON=y CONFIG_DRM_GMA500=m -CONFIG_DRM_GMA600=y -CONFIG_DRM_GMA3600=y CONFIG_DRM_UDL=m CONFIG_FB_DEFERRED_IO=y CONFIG_FB_BACKLIGHT=y -- cgit 1.2.3-korg