diff options
author | Michael Buesch <mb@bu3sch.de> | 2006-06-26 00:25:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 09:58:19 -0700 |
commit | 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 (patch) | |
tree | c4d3abbb9b03456b8c258d75e2c3b260d8f9ccf5 /drivers/char/hw_random/Kconfig | |
parent | ca644bd5039566725b7c71a559e65ea91b7abfb5 (diff) | |
download | blackbird-op-linux-96d63c0297ccfd6d9059c614b3f5555d9441a2b3.tar.gz blackbird-op-linux-96d63c0297ccfd6d9059c614b3f5555d9441a2b3.zip |
[PATCH] Add AMD HW RNG driver
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/hw_random/Kconfig')
-rw-r--r-- | drivers/char/hw_random/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig index e9ae4b1313a7..950247313cad 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig @@ -22,3 +22,16 @@ config HW_RANDOM_INTEL module will be called intel-rng. If unsure, say Y. + +config HW_RANDOM_AMD + tristate "AMD HW Random Number Generator support" + depends on HW_RANDOM && X86 && PCI + default y + ---help--- + This driver provides kernel-side support for the Random Number + Generator hardware found on AMD 76x-based motherboards. + + To compile this driver as a module, choose M here: the + module will be called amd-rng. + + If unsure, say Y. |