From da3c3ef8d98b7ba08828daa5b40f59b2dbc0ceaf Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 10 Aug 2023 10:58:27 +0200 Subject: dashboard: make qemu arm64 configs compile again We've been running into the following error: error: static declaration of 'mem_encrypt_init' follows non-static declaration The problem was caused by Kconfig not being able to adjust the depenencies, the fix is already coming: https://lore.kernel.org/lkml/CANp29Y6AnNeouWgAevBEDZcYcOjzDQwxLDfLxe41Lp3BC=h8bA@mail.gmail.com/T/ After it's merged, we'll have to update our configs anyway. So let's do it now. --- dashboard/config/linux/bits/arm64_emu.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/arm64_emu.yml b/dashboard/config/linux/bits/arm64_emu.yml index e9ad37c34..b0db50a01 100644 --- a/dashboard/config/linux/bits/arm64_emu.yml +++ b/dashboard/config/linux/bits/arm64_emu.yml @@ -24,6 +24,8 @@ config: - DRM_LIMA: n - DRM_PANFROST: n - DRM_LEGACY: n + - DRM_SAMSUNG_DSIM: n + - DRM_NWL_MIPI_DSI: n - FB_IBM_GXT4500: n - SMS_SIANO_RC: n - V4L_PLATFORM_DRIVERS: n -- cgit mrf-deployment