Skip to content

Commit 9906efa

Browse files
Gnurougregkh
authored andcommitted
firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
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: de65828 ("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>
1 parent 98d86d8 commit 9906efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/base/firmware_loader

drivers/base/firmware_loader/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ config FW_LOADER_DEBUG
3838
config RUST_FW_LOADER_ABSTRACTIONS
3939
bool "Rust Firmware Loader abstractions"
4040
depends on RUST
41-
depends on FW_LOADER=y
41+
select FW_LOADER
4242
help
4343
This enables the Rust abstractions for the firmware loader API.
4444

0 commit comments

Comments
 (0)