diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-08-26 12:23:19 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-28 09:58:54 +0000 |
commit | 3012c13d038782a25c6bf7951d6ff6c08135d189 (patch) | |
tree | 3e5d49a82b8883a549b7836f76ea333b0ffb7c44 /meta-agl-bsp/recipes-kernel | |
parent | 2730850d61234246b851c0b9c02e2c4c6c700a04 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I370f993b6c4f23fbc500bb713329c40c7282486a
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25154
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/x86-upsquare.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
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 |