summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/Makefile
diff options
context:
space:
mode:
authorVitaly Andrianov2018-03-13 18:33:31 +0100
committerHerbert Xu2018-03-23 16:40:08 +0100
commiteb428ee0e3ca6c8ea6fdfdf24a5918f739933119 (patch)
tree6c835c65c39b50fe938fed60211396fb01f20b01 /drivers/char/hw_random/Makefile
parentdt-bindings: rng: add bindings doc for Keystone SA HWRNG driver (diff)
downloadkernel-qcow2-linux-eb428ee0e3ca6c8ea6fdfdf24a5918f739933119.tar.gz
kernel-qcow2-linux-eb428ee0e3ca6c8ea6fdfdf24a5918f739933119.tar.xz
kernel-qcow2-linux-eb428ee0e3ca6c8ea6fdfdf24a5918f739933119.zip
hwrng: ks-sa - add hw_random driver
Keystone Security Accelerator module has a hardware random generator sub-module. This commit adds the driver for this sub-module. Signed-off-by: Vitaly Andrianov <vitalya@ti.com> [t-kristo@ti.com: dropped one unnecessary dev_err message] Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
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 b780370bd4eb..533e913c93d1 100644
--- a/drivers/char/hw_random/Makefile
+++ b/drivers/char/hw_random/Makefile
@@ -38,3 +38,4 @@ obj-$(CONFIG_HW_RANDOM_MESON) += meson-rng.o
obj-$(CONFIG_HW_RANDOM_CAVIUM) += cavium-rng.o cavium-rng-vf.o
obj-$(CONFIG_HW_RANDOM_MTK) += mtk-rng.o
obj-$(CONFIG_HW_RANDOM_S390) += s390-trng.o
+obj-$(CONFIG_HW_RANDOM_KEYSTONE) += ks-sa-rng.o