rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] drm: nova: depend on CONFIG_64BIT
@ 2025-10-28 11:00 Danilo Krummrich
  2025-10-28 11:00 ` [PATCH 2/2] drm: nova: select NOVA_CORE Danilo Krummrich
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Danilo Krummrich @ 2025-10-28 11:00 UTC (permalink / raw)
  To: aliceryhl, acourbot, jhubbard
  Cc: nouveau, dri-devel, rust-for-linux, Danilo Krummrich

nova-core already depends on CONFIG_64BIT, hence also depend on
CONFIG_64BIT for nova-drm.

Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
 drivers/gpu/drm/nova/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/nova/Kconfig b/drivers/gpu/drm/nova/Kconfig
index cca6a3fea879..2a70aac64d7e 100644
--- a/drivers/gpu/drm/nova/Kconfig
+++ b/drivers/gpu/drm/nova/Kconfig
@@ -1,5 +1,6 @@
 config DRM_NOVA
 	tristate "Nova DRM driver"
+	depends on 64BIT
 	depends on DRM=y
 	depends on PCI
 	depends on RUST
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-10-30 22:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-28 11:00 [PATCH 1/2] drm: nova: depend on CONFIG_64BIT Danilo Krummrich
2025-10-28 11:00 ` [PATCH 2/2] drm: nova: select NOVA_CORE Danilo Krummrich
2025-10-28 11:42   ` Alexandre Courbot
2025-10-28 19:33   ` John Hubbard
2025-10-30 22:21   ` Timur Tabi
2025-10-30 22:24     ` John Hubbard
2025-10-28 11:42 ` [PATCH 1/2] drm: nova: depend on CONFIG_64BIT Alexandre Courbot
2025-10-28 19:37 ` John Hubbard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).