Skip to content

Commit c02226d

Browse files
authored
Merge pull request torvalds#622 from ojeda/depends-on-rust
hw_random: depend on `RUST`, not `HAS_RUST`
2 parents 68c9ac5 + c46e11b commit c02226d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/hw_random/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ config HW_RANDOM_BCM2835
100100

101101
config HW_RANDOM_BCM2835_RUST
102102
tristate "Rust implementation of Broadcom BCM2835 Random Number Generator"
103-
depends on HAS_RUST && ARCH_BCM2835
103+
depends on RUST && ARCH_BCM2835
104104
help
105105
This driver provides alternative Rust-based kernel-side support
106106
for the Random Number Generator hardware found on the Broadcom

0 commit comments

Comments
 (0)