diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-08-10 10:58:27 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-08-10 09:13:35 +0000 |
| commit | da3c3ef8d98b7ba08828daa5b40f59b2dbc0ceaf (patch) | |
| tree | cd4238787235a47f1fc5cca8024c031317bfb13f /dashboard/config/linux/bits | |
| parent | c7f6fc5b21cf154fabe12125d2cd1b274c57cb53 (diff) | |
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.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/arm64_emu.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
