diff options
author | Michael Buesch <mb@bu3sch.de> | 2006-06-26 03:25:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 12:58:19 -0400 |
commit | ef5d862734b84239e0140319a95fb0bbff5ef394 (patch) | |
tree | 29b39c830c9e55f3d78abfd9e7f57ef01052a1bc /drivers/char/hw_random/Kconfig | |
parent | 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 (diff) |
[PATCH] Add Geode 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 950247313cad..defe68736959 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig | |||
@@ -35,3 +35,16 @@ config HW_RANDOM_AMD | |||
35 | module will be called amd-rng. | 35 | module will be called amd-rng. |
36 | 36 | ||
37 | If unsure, say Y. | 37 | If unsure, say Y. |
38 | |||
39 | config HW_RANDOM_GEODE | ||
40 | tristate "AMD Geode HW Random Number Generator support" | ||
41 | depends on HW_RANDOM && X86 && PCI | ||
42 | default y | ||
43 | ---help--- | ||
44 | This driver provides kernel-side support for the Random Number | ||
45 | Generator hardware found on the AMD Geode LX. | ||
46 | |||
47 | To compile this driver as a module, choose M here: the | ||
48 | module will be called geode-rng. | ||
49 | |||
50 | If unsure, say Y. | ||