Skip to content

Commit

Permalink
Merge pull request torvalds#622 from ojeda/depends-on-rust
Browse files Browse the repository at this point in the history
hw_random: depend on `RUST`, not `HAS_RUST`
  • Loading branch information
ojeda authored Jan 13, 2022
2 parents 68c9ac5 + c46e11b commit c02226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/hw_random/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ config HW_RANDOM_BCM2835

config HW_RANDOM_BCM2835_RUST
tristate "Rust implementation of Broadcom BCM2835 Random Number Generator"
depends on HAS_RUST && ARCH_BCM2835
depends on RUST && ARCH_BCM2835
help
This driver provides alternative Rust-based kernel-side support
for the Random Number Generator hardware found on the Broadcom
Expand Down

0 comments on commit c02226d

Please sign in to comment.