aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/Kconfig
diff options
context:
space:
mode:
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 0a331c341fff..989ca028d781 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -327,3 +327,15 @@ config HW_RANDOM_TPM
327 module will be called tpm-rng. 327 module will be called tpm-rng.
328 328
329 If unsure, say Y. 329 If unsure, say Y.
330
331config HW_RANDOM_MSM
332 tristate "Qualcomm MSM Random Number Generator support"
333 depends on HW_RANDOM && ARCH_MSM
334 ---help---
335 This driver provides kernel-side support for the Random Number
336 Generator hardware found on Qualcomm MSM SoCs.
337
338 To compile this driver as a module, choose M here. the
339 module will be called msm-rng.
340
341 If unsure, say Y.