From 1c5e1f26af6e8b91115b45630902381051468dfa Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Fri, 12 Apr 2019 13:11:44 +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: I990732c78b53ac591dde83f4e372b420ea558fa7 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