summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson2015-10-12 10:21:29 +0200
committerHerbert Xu2015-10-14 16:23:36 +0200
commitc6a97c42e399ad0d639f616e58e13f0b4ae87626 (patch)
tree51b26ca46b122f77b4de7e42cfc86e015e97bfef /drivers/char/hw_random/Makefile
parentdt-bindings: Document the STM32 HW RNG bindings (diff)
downloadkernel-qcow2-linux-c6a97c42e399ad0d639f616e58e13f0b4ae87626.tar.gz
kernel-qcow2-linux-c6a97c42e399ad0d639f616e58e13f0b4ae87626.tar.xz
kernel-qcow2-linux-c6a97c42e399ad0d639f616e58e13f0b4ae87626.zip
hwrng: stm32 - add support for STM32 HW RNG
Add support for STMicroelectronics STM32 random number generator. The config value defaults to N, reflecting the fact that STM32 is a very low resource microcontroller platform and unlikely to be targeted by any "grown up" defconfigs. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> 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 8bcfb45af2ec..5ad397635128 100644
--- a/drivers/char/hw_random/Makefile
+++ b/drivers/char/hw_random/Makefile
@@ -32,3 +32,4 @@ obj-$(CONFIG_HW_RANDOM_IPROC_RNG200) += iproc-rng200.o
obj-$(CONFIG_HW_RANDOM_MSM) += msm-rng.o
obj-$(CONFIG_HW_RANDOM_ST) += st-rng.o
obj-$(CONFIG_HW_RANDOM_XGENE) += xgene-rng.o
+obj-$(CONFIG_HW_RANDOM_STM32) += stm32-rng.o