mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm: nova: depend on CONFIG_64BIT
nova-core already depends on CONFIG_64BIT, hence also depend on CONFIG_64BIT for nova-drm. Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Reviewed-by: John Hubbard <jhubbard@nvidia.com> Link: https://patch.msgid.link/20251028110058.340320-1-dakr@kernel.org Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
parent
29e7c311b5
commit
ba1b40ed0e
|
|
@ -1,5 +1,6 @@
|
|||
config DRM_NOVA
|
||||
tristate "Nova DRM driver"
|
||||
depends on 64BIT
|
||||
depends on DRM=y
|
||||
depends on PCI
|
||||
depends on RUST
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user