diff options
author | Kent Yoder <key@linux.vnet.ibm.com> | 2012-08-08 21:18:57 +0200 |
---|---|---|
committer | Kent Yoder <key@linux.vnet.ibm.com> | 2012-08-22 18:11:41 +0200 |
commit | 578b016fdc91464c08c096f0c5952cae549fdb8f (patch) | |
tree | 24c6afd153f4da3c4fed72f6d7932938642a8c8c /drivers/char/hw_random/Makefile | |
parent | tpm: Move tpm_get_random api into the TPM device driver (diff) | |
download | linux-578b016fdc91464c08c096f0c5952cae549fdb8f.tar.xz linux-578b016fdc91464c08c096f0c5952cae549fdb8f.zip |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/hw_random/Makefile b/drivers/char/hw_random/Makefile index 39a757ca15b6..1fd7eec9fbf6 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 |