linux-yocto/drivers/gpu/nova-core
Alexandre Courbot 43c2e36703 gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
[ Upstream commit 3d3352e73a55a4ccf110f8b3419bbe2fbfd8a030 ]

RUST_FW_LOADER_ABSTRACTIONS was depended on by NOVA_CORE, but NOVA_CORE
is selected by DRM_NOVA. This creates a situation where, if DRM_NOVA is
selected, NOVA_CORE gets enabled but not RUST_FW_LOADER_ABSTRACTIONS,
which results in a build error.

Since the firmware loader is an implementation detail of the driver, it
should be enabled along with it, so change the "depends on" to a
"select".

Fixes: 54e6baf123 ("gpu: nova-core: add initial driver stub")
Closes: https://lore.kernel.org/oe-kbuild-all/202512061721.rxKGnt5q-lkp@intel.com/
Tested-by: Alyssa Ross <hi@alyssa.is>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patch.msgid.link/20251106-b4-select-rust-fw-v3-2-771172257755@nvidia.com
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-01-17 16:35:19 +01:00
..
falcon
fb
firmware gpu: nova-core: gsp: do not unwrap() SGEntry 2025-12-18 14:02:29 +01:00
gsp
regs drm next for 6.18-rc1 2025-10-02 12:47:25 -07:00
dma.rs
driver.rs drm next for 6.18-rc1 2025-10-02 12:47:25 -07:00
falcon.rs
fb.rs drm next for 6.18-rc1 2025-10-02 12:47:25 -07:00
firmware.rs
gfw.rs
gpu.rs drm next for 6.18-rc1 2025-10-02 12:47:25 -07:00
gsp.rs
Kconfig gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS 2026-01-17 16:35:19 +01:00
Makefile
nova_core.rs
regs.rs
util.rs
vbios.rs drm next for 6.18-rc1 2025-10-02 12:47:25 -07:00