diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-15 14:29:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-15 15:19:59 +0100 |
| commit | fdb2bb2c23ee709880407f56307e2800ad27e9ae (patch) | |
| tree | 664abca8f575ab158fdd7992f8d0862bd50b3cce /dashboard/config/linux/bits | |
| parent | 3762c4d99f703555fef6069bf976f7de4fd66160 (diff) | |
dashboard/config/linux: enable ARCH_VEXPRESS
VEXPRESS is a popular SoC that can be emulated by qemu.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/arm64.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dashboard/config/linux/bits/arm64.yml b/dashboard/config/linux/bits/arm64.yml index 55d9f6cbc..b7c38933d 100644 --- a/dashboard/config/linux/bits/arm64.yml +++ b/dashboard/config/linux/bits/arm64.yml @@ -19,6 +19,11 @@ config: - ARM64_PMEM - ARM64_MTE + - ARCH_VEXPRESS + - I2C_VERSATILE + - CLK_SP810 + - ICST + # These are enabled by defconfig, but we don't test them (presumably). # Disable them to speed up kernel boot (slow in emulation). - PCCARD: n @@ -111,7 +116,6 @@ config: - ARCH_THUNDER: n - ARCH_THUNDER2: n - ARCH_UNIPHIER: n - - ARCH_VEXPRESS: n - ARCH_VISCONTI: n - ARCH_XGENE: n - ARCH_ZX: n @@ -419,7 +423,6 @@ config: - I2C_TEGRA_BPMP: n - I2C_UNIPHIER: n - I2C_UNIPHIER_F: n - - I2C_VERSATILE: n - I2C_WMT: n - I2C_OCTEON: n - I2C_THUNDERX: n |
