From 3012c13d038782a25c6bf7951d6ff6c08135d189 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 26 Aug 2020 12:23:19 -0400 Subject: meta-agl-bsp: add missing drivers/firmware for Up^2 Add drivers for the Intel mPCIe wireless sold for/with the Up^2 by upshop.org, and the associated firmware for it and various other things on the board. Bug-AGL: SPEC-3549 Signed-off-by: Scott Murray Change-Id: I370f993b6c4f23fbc500bb713329c40c7282486a Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25154 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/recipes-kernel/linux/linux/x86-upsquare.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-bsp/recipes-kernel/linux/linux/x86-upsquare.cfg') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/x86-upsquare.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/x86-upsquare.cfg index caac6168b..d2bed63fa 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/x86-upsquare.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/x86-upsquare.cfg @@ -6,3 +6,6 @@ CONFIG_MFD_CORE=y CONFIG_MFD_INTEL_LPSS=y CONFIG_MFD_INTEL_LPSS_ACPI=y CONFIG_MFD_INTEL_LPSS_PCI=y +CONFIG_IWLWIFI=m +CONFIG_IWLMVM=m +CONFIG_IWLDVM=m -- cgit 1.2.3-korg