]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
authorAlexandre Courbot <acourbot@nvidia.com>
Thu, 6 Nov 2025 02:40:54 +0000 (11:40 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 13:03:21 +0000 (14:03 +0100)
commitc9083b2fce6b3bddceba7c4166ce3013f2941e0e
tree8cf7026bb511a2171196cfc0fbecafc0c6eec175
parentee0fa63171ba80f228141e2ba6743006f9e49437
firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER

[ Upstream commit 9906efa545d1d2cf25a614eeb219d3f8d5a302cd ]

The use of firmware_loader is an implementation detail of drivers rather
than a dependency. FW_LOADER is typically selected rather than depended
on; the Rust abstractions should do the same thing.

Fixes: de6582833db0 ("rust: add firmware abstractions")
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://patch.msgid.link/20251106-b4-select-rust-fw-v3-1-771172257755@nvidia.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/base/firmware_loader/Kconfig