summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2025-09-12 08:40:15 +1000
committerDave Airlie <airlied@redhat.com>2025-09-12 09:05:42 +1000
commit2c38074c3667ca6940a1ea29930e2cd86efce348 (patch)
tree8035decc2deedc83819aea7b5cd551a9b7a952b4 /drivers/gpu
parent76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c (diff)
parent349510052f765b6eb9c2a21d0ffe08ba61fa683c (diff)
Merge tag 'drm-rust-fixes-2025-09-05' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-fixes
- Add drm-rust tree to MAINTAINERS - Require CONFIG_64BIT for Nova Signed-off-by: Dave Airlie <airlied@redhat.com> From: Alice Ryhl <aliceryhl@google.com> Link: https://lore.kernel.org/r/aLquN1YvdyI_6PJS@google.com
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/nova-core/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nova-core/Kconfig b/drivers/gpu/nova-core/Kconfig
index 8726d80d6ba4..20d3e6d0d796 100644
--- a/drivers/gpu/nova-core/Kconfig
+++ b/drivers/gpu/nova-core/Kconfig
@@ -1,5 +1,6 @@
config NOVA_CORE
tristate "Nova Core GPU driver"
+ depends on 64BIT
depends on PCI
depends on RUST
depends on RUST_FW_LOADER_ABSTRACTIONS