From 2242f77fdc5a6c50bd8fa1021d2abc8b83e09e8d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 27 Dec 2020 13:08:00 +0100 Subject: dashboard/config/linux: enable some new configs Enable new things in v5.11 that we can reach. --- dashboard/config/linux/bits/arm64.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/config/linux/bits/arm64.yml') diff --git a/dashboard/config/linux/bits/arm64.yml b/dashboard/config/linux/bits/arm64.yml index 0db8e9667..412da07e5 100644 --- a/dashboard/config/linux/bits/arm64.yml +++ b/dashboard/config/linux/bits/arm64.yml @@ -8,6 +8,7 @@ shell: config: - CMDLINE: [append, "root=/dev/vda console=ttyAMA0"] + - CMDLINE_EXTEND # These are enabled by defconfig, but we don't test them (presumably). # Disable them to speed up kernel boot (slow in emulation). -- cgit mrf-deployment