Skip to content

Commit

Permalink
hwrng: via_rng - Support VIA Nano hardware RNG on X86_64 builds
Browse files Browse the repository at this point in the history
Fix Kconfig to build via-rng.ko on X86_64 builds, as the VIA Nano
CPU supports x86_64, too.

Signed-off-by: Harald Welte <HaraldWelte@viatech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Harald Welte authored and Herbert Xu committed Jun 2, 2009
1 parent 858576b commit e9736c1
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 @@ -88,7 +88,7 @@ config HW_RANDOM_N2RNG

config HW_RANDOM_VIA
tristate "VIA HW Random Number Generator support"
depends on HW_RANDOM && X86_32
depends on HW_RANDOM && X86
default HW_RANDOM
---help---
This driver provides kernel-side support for the Random Number
Expand Down

0 comments on commit e9736c1

Please sign in to comment.