Re: [patch 6/9] Add VIA HW RNG driver

From: Jeff Garzik
Date: Tue May 16 2006 - 19:30:34 EST


Andrew Morton wrote:
Michael Buesch <mb@xxxxxxxxx> wrote:
Signed-off-by: Michael Buesch <mb@xxxxxxxxx>
Index: hwrng/drivers/char/hw_random/Kconfig
===================================================================
--- hwrng.orig/drivers/char/hw_random/Kconfig 2006-05-08 00:12:08.000000000 +0200
+++ hwrng/drivers/char/hw_random/Kconfig 2006-05-08 00:12:20.000000000 +0200
@@ -48,3 +48,16 @@
module will be called geode-rng.
If unsure, say Y.
+
+config HW_RANDOM_VIA
+ tristate "VIA HW Random Number Generator support"
+ depends on HW_RANDOM && X86

Perhaps you want X86_32 here.

correct (for now)


+ if (!cpu_has_xstore)

Because this doesn't exist on x86_64.

correct (for now)

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/