Rust for Linux List
 help / color / mirror / Atom feed
* [PATCH 0/3] rust: select AUXILIARY_BUS instead of depending on it
@ 2025-05-15  6:26 Alexandre Courbot
  2025-05-15  6:26 ` [PATCH 1/3] samples: " Alexandre Courbot
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Alexandre Courbot @ 2025-05-15  6:26 UTC (permalink / raw)
  To: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich, David Airlie, Simona Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann
  Cc: rust-for-linux, linux-kernel, nouveau, dri-devel,
	Alexandre Courbot

I noticed this after trying to understand why my minimal Nova defconfig
was not selecting NOVA_CORE anymore and why I couldn't even find it in
menuconfig.

CONFIG_AUXILIARY_BUS cannot be enabled directly and must be selected by
another module. Options that depend on it thus cannot be enabled unless
a different module selecting AUXILIARY_BUS is also enabled.

All non-Rust modules using CONFIG_AUXILIARY_BUS select it, so it should
make sense for the Rust ones to use that scheme as well.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
---
Alexandre Courbot (3):
      samples: rust: select AUXILIARY_BUS instead of depending on it
      gpu: nova-core: select AUXILIARY_BUS instead of depending on it
      gpu: drm: nova: select AUXILIARY_BUS instead of depending on it

 drivers/gpu/drm/nova/Kconfig  | 2 +-
 drivers/gpu/nova-core/Kconfig | 2 +-
 samples/rust/Kconfig          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 61479ae38cb7bf6083de302598b7d491ec54168a
change-id: 20250515-aux_bus-c9da900b7c3f

Best regards,
-- 
Alexandre Courbot <acourbot@nvidia.com>


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

end of thread, other threads:[~2025-05-15  8:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15  6:26 [PATCH 0/3] rust: select AUXILIARY_BUS instead of depending on it Alexandre Courbot
2025-05-15  6:26 ` [PATCH 1/3] samples: " Alexandre Courbot
2025-05-15  7:36   ` Greg KH
2025-05-15  6:26 ` [PATCH 2/3] gpu: nova-core: " Alexandre Courbot
2025-05-15  6:26 ` [PATCH 3/3] gpu: drm: nova: " Alexandre Courbot
2025-05-15  8:20 ` [PATCH 0/3] rust: " Alexandre Courbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox