Skip to content

Commit c46e11b

Browse files
committed
hw_random: depend on RUST, not HAS_RUST
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent b487aa6 commit c46e11b

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)