diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-10-23 09:44:42 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-12-25 11:10:12 +0100 |
| commit | 78de8bbb1259c0d13ef1c5a1f8f5a3fe605772e0 (patch) | |
| tree | a864c84ebb52fddfdb187cd7959db0419c09f31f /dashboard/config/linux/android-5.4-base.config | |
| parent | f8f67d67d3daa783c2bb7c9993c0ccb637af1a0e (diff) | |
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
Diffstat (limited to 'dashboard/config/linux/android-5.4-base.config')
| -rw-r--r-- | dashboard/config/linux/android-5.4-base.config | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
