From 78de8bbb1259c0d13ef1c5a1f8f5a3fe605772e0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 23 Oct 2020 09:44:42 +0200 Subject: dashboard/config/linux: add arm64 config Add arm64 config for qemu. The config disables lots of hardware drivers enabled by defconfig, we don't test them but they slow down boot a lot. Some similar changes to common config bits were required as well. For example, disabling some I2C, tablet, etc drivers. Update #2171 --- dashboard/config/linux/android-5.4-base.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/android-5.4-base.config') diff --git a/dashboard/config/linux/android-5.4-base.config b/dashboard/config/linux/android-5.4-base.config index 58cb5f0ce..d01cefab8 100644 --- a/dashboard/config/linux/android-5.4-base.config +++ b/dashboard/config/linux/android-5.4-base.config @@ -1446,6 +1446,7 @@ CONFIG_PCI_MSI_IRQ_DOMAIN=y CONFIG_PCI_QUIRKS=y # CONFIG_PCI_DEBUG is not set # CONFIG_PCI_STUB is not set +CONFIG_PCI_ECAM=y CONFIG_PCI_LOCKLESS_CONFIG=y # CONFIG_PCI_IOV is not set # CONFIG_PCI_PRI is not set @@ -1465,7 +1466,8 @@ CONFIG_PCI_LABEL=y # end of Cadence PCIe controllers support # CONFIG_PCI_FTPCI100 is not set -# CONFIG_PCI_HOST_GENERIC is not set +CONFIG_PCI_HOST_COMMON=y +CONFIG_PCI_HOST_GENERIC=y # CONFIG_PCIE_XILINX is not set # CONFIG_VMD is not set -- cgit mrf-deployment