From 35435979db6f1cc5a3a06c5c38ee1b931a4d6439 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 20 Oct 2023 14:12:55 +0200 Subject: dashboard/config: regenerate Linux configs Use latest Linux mainline and -next versions. Disable config options that were dropped. Stop disabling PINCTRL for arm64_emu -- it's too tricky to ensure it's not enabled + it's only possible to test it on qemu anyway. --- dashboard/config/linux/bits/linux-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/linux-upstream.yml') diff --git a/dashboard/config/linux/bits/linux-upstream.yml b/dashboard/config/linux/bits/linux-upstream.yml index 60934ab8f..a709b2536 100644 --- a/dashboard/config/linux/bits/linux-upstream.yml +++ b/dashboard/config/linux/bits/linux-upstream.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git - tag: v6.4 + tag: v6.6-rc6 -- cgit mrf-deployment