From e2b5def1f071006870d00bdf39efe8342fabd0df Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Wed, 16 Dec 2020 07:39:19 -0300 Subject: [PATCH] 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 Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci/container/x86_64.config | 4 ++++ .gitlab-ci/lava-gitlab-ci.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/container/x86_64.config b/.gitlab-ci/container/x86_64.config index 63b5e3ada33..283ecc75dd0 100644 --- a/.gitlab-ci/container/x86_64.config +++ b/.gitlab-ci/container/x86_64.config @@ -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 diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 4c76b72740c..981711b1e5f 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -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