projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f7819b
)
hwrng: cctrng - Add dependency on OF
author
Hadar Gat
<hadar.gat@arm.com>
Mon, 27 Apr 2020 11:36:02 +0000
(14:36 +0300)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 8 May 2020 05:30:40 +0000
(15:30 +1000)
The cctrng is unusable on non-DT systems so we should depend
on it.
Signed-off-by: Hadar Gat <hadar.gat@arm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/char/hw_random/Kconfig
b/drivers/char/hw_random/Kconfig
index 0c99735df69496ed49f663b63bdf6c1338537dc7..34047169bd06d809d6476fcbdb9731b5a1560f4e 100644
(file)
--- a/
drivers/char/hw_random/Kconfig
+++ b/
drivers/char/hw_random/Kconfig
@@
-476,7
+476,7
@@
config HW_RANDOM_KEYSTONE
config HW_RANDOM_CCTRNG
tristate "Arm CryptoCell True Random Number Generator support"
- depends on HAS_IOMEM
+ depends on HAS_IOMEM
&& OF
default HW_RANDOM
help
This driver provides support for the True Random Number