Skip to content

Commit

Permalink
hwrng: msm - remove msm hw_random driver
Browse files Browse the repository at this point in the history
This driver is for a psedo-rng so should not be added in hwrng.
Remove it so that it's replacement can be added.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Vinod Koul authored and Herbert Xu committed Jul 27, 2018
1 parent 0e7d4d9 commit 5a2c3a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 197 deletions.
13 changes: 0 additions & 13 deletions drivers/char/hw_random/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -307,19 +307,6 @@ config HW_RANDOM_HISI

If unsure, say Y.

config HW_RANDOM_MSM
tristate "Qualcomm SoCs Random Number Generator support"
depends on HW_RANDOM && ARCH_QCOM
default HW_RANDOM
---help---
This driver provides kernel-side support for the Random Number
Generator hardware found on Qualcomm SoCs.

To compile this driver as a module, choose M here. the
module will be called msm-rng.

If unsure, say Y.

config HW_RANDOM_ST
tristate "ST Microelectronics HW Random Number Generator support"
depends on HW_RANDOM && ARCH_STI
Expand Down
1 change: 0 additions & 1 deletion drivers/char/hw_random/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ obj-$(CONFIG_HW_RANDOM_POWERNV) += powernv-rng.o
obj-$(CONFIG_HW_RANDOM_HISI) += hisi-rng.o
obj-$(CONFIG_HW_RANDOM_BCM2835) += bcm2835-rng.o
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
Expand Down
183 changes: 0 additions & 183 deletions drivers/char/hw_random/msm-rng.c

This file was deleted.

0 comments on commit 5a2c3a3

Please sign in to comment.