summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random/Kconfig
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-06-16 10:45:23 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-06-16 10:45:23 +1000
commit6857bc8a8c89c27acb12d61ca591af5faed24e22 (patch)
tree002c5f27506e03122290670db890ac63cd9dd843 /drivers/char/hw_random/Kconfig
parentff8ecb77c6cd90166592df4da7a649c80e47f166 (diff)
parent82e55f64130a74d2c2c4d83695151de4a58ff376 (diff)
Merge commit 'mips/mips-for-linux-next'
Conflicts: drivers/char/hw_random/Kconfig drivers/char/hw_random/Makefile
Diffstat (limited to 'drivers/char/hw_random/Kconfig')
-rw-r--r--drivers/char/hw_random/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index f4b3f7293feb..2037601f6534 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -160,3 +160,16 @@ config HW_RANDOM_MXC_RNGA
module will be called mxc-rnga.
If unsure, say Y.
+
+config HW_RANDOM_TX4939
+ tristate "TX4939 Random Number Generator support"
+ depends on HW_RANDOM && SOC_TX4939
+ default HW_RANDOM
+ ---help---
+ This driver provides kernel-side support for the Random Number
+ Generator hardware found on TX4939 SoC.
+
+ To compile this driver as a module, choose M here: the
+ module will be called tx4939-rng.
+
+ If unsure, say Y.