summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random/Kconfig
diff options
context:
space:
mode:
authorAnish Trivedi <anish@freescale.com>2011-03-29 10:09:45 -0500
committerJason Liu <r64343@freescale.com>2012-07-20 13:10:32 +0800
commite18a75c6fdf441699a168cf8f9320d05ca82ff1d (patch)
treef69708c968ac43a11016a3349b5ee10482cc97fc /drivers/char/hw_random/Kconfig
parente136f531118cfa372033e82c00c349e0b2b5ce46 (diff)
ENGR00141399-4 RNGB: add RNGB driver for 2.6.38
Add RNGB driver support by porting fsl_rngc driver from 2.6.35. Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'drivers/char/hw_random/Kconfig')
-rw-r--r--drivers/char/hw_random/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index a60043b3e409..8dc927f9288c 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -187,6 +187,18 @@ config HW_RANDOM_MXC_RNGA
If unsure, say Y.
+config HW_RANDOM_FSL_RNGC
+ tristate "Freescale RNGC Random Number Generator"
+ depends on HW_RANDOM && ARCH_HAS_RNGC && !MXC_SECURITY_RNG
+ ---help---
+ This driver provides kernel-side support for the Random Number
+ Generator (RNGBB and RNGC) hardware found on Freescale i.MX processors.
+
+ To compile this driver as a module, choose M here: the
+ module will be called fsl-rngc.
+
+ If unsure, say Y.
+
config HW_RANDOM_NOMADIK
tristate "ST-Ericsson Nomadik Random Number Generator support"
depends on HW_RANDOM && PLAT_NOMADIK