gitlab-ci: extend x86_64 kernel config to suport Intel devices

There are extra kernel config options we need to enable for Intel.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8162>
This commit is contained in:
Gustavo Padovan
2020-12-16 07:39:19 -03:00
committed by Rohan Garg
parent 56bbbc8322
commit e2b5def1f0
2 changed files with 5 additions and 1 deletions

View File

@@ -43,6 +43,8 @@ CONFIG_USB_NET_DRIVERS=y
CONFIG_USB_RTL8152=y
CONFIG_USB_NET_AX8817X=y
CONFIG_USB_NET_SMSC95XX=y
CONFIG_USB_GADGET=y
CONFIG_USB_ETH=y
CONFIG_FW_LOADER_COMPRESS=y
@@ -63,3 +65,5 @@ CONFIG_PARPORT_SERIAL=y
CONFIG_SERIAL_8250_DW=y
CONFIG_CHROME_PLATFORMS=y
#options for Intel devices
CONFIG_MFD_INTEL_LPSS_PCI=y

View File

@@ -1,5 +1,5 @@
variables:
MESA_LAVA_TAG: "2021-02-11-vkglcts-1.2.5.1"
MESA_LAVA_TAG: "2020-02-16-iris"
.kernel+rootfs:
stage: container-2