aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/Makefile
diff options
context:
space:
mode:
authorKent Yoder <key@linux.vnet.ibm.com>2012-08-08 14:18:57 -0500
committerKent Yoder <key@linux.vnet.ibm.com>2012-08-22 11:11:41 -0500
commit578b016fdc91464c08c096f0c5952cae549fdb8f (patch)
tree24c6afd153f4da3c4fed72f6d7932938642a8c8c /drivers/char/hw_random/Makefile
parent41ab999c80f1d368f32a2554ba8f44feff26f54d (diff)
downloadlinux-578b016fdc91464c08c096f0c5952cae549fdb8f.tar.gz
hw_random: add support for the TPM chip as a hardware RNG source
This driver will make use of any available TPM chip on the system as a hwrng source. Acked-by: David Safford <safford@linux.vnet.ibm.com> Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Diffstat (limited to 'drivers/char/hw_random/Makefile')
-rw-r--r--drivers/char/hw_random/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/hw_random/Makefile b/drivers/char/hw_random/Makefile
index 39a757ca15b65c..1fd7eec9fbf642 100644
--- a/drivers/char/hw_random/Makefile
+++ b/drivers/char/hw_random/Makefile
@@ -25,3 +25,4 @@ obj-$(CONFIG_HW_RANDOM_PICOXCELL) += picoxcell-rng.o
obj-$(CONFIG_HW_RANDOM_PPC4XX) += ppc4xx-rng.o
obj-$(CONFIG_HW_RANDOM_PSERIES) += pseries-rng.o
obj-$(CONFIG_HW_RANDOM_EXYNOS) += exynos-rng.o
+obj-$(CONFIG_HW_RANDOM_TPM) += tpm-rng.o