From b8fe29ceae03d4a340579a83d338ba9404fc0190 Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Mon, 29 Apr 2019 13:59:08 +0000 Subject: meta-intel: Support the upsquare board This patch adds the necessary CONFIG for booting the upsquare board. The upsquare have an R8169 ethernet card and need it built-in for the kernel DHCP autoconf to work. The upsquare need some MFD_INTEL configs to boot. The meta-intel miss some CONFIG necessary for LAVA and NBD to works. Bug-AGL: SPEC-2075 Change-Id: Iad63e0f0b978bb75f8d8759ad353e7952b63a2ab Signed-off-by: Corentin Labbe --- meta-agl-bsp/meta-intel/recipes-kernel/linux/files/upsquare.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl-bsp/meta-intel/recipes-kernel/linux/files/upsquare.cfg (limited to 'meta-agl-bsp/meta-intel/recipes-kernel/linux/files/upsquare.cfg') diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/upsquare.cfg b/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/upsquare.cfg new file mode 100644 index 000000000..7be178bf6 --- /dev/null +++ b/meta-agl-bsp/meta-intel/recipes-kernel/linux/files/upsquare.cfg @@ -0,0 +1,4 @@ +CONFIG_MFD_CORE=y +CONFIG_MFD_INTEL_LPSS=y +CONFIG_MFD_INTEL_LPSS_ACPI=y +CONFIG_MFD_INTEL_LPSS_PCI=y -- cgit 1.2.3-korg