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:
d744ae7
)
hwrng: st - support compile-testing
author
Martin Kaiser
<martin@kaiser.cx>
Fri, 16 Jun 2023 08:58:12 +0000
(09:58 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 23 Jun 2023 08:15:37 +0000
(16:15 +0800)
Allow compile-testing the st-rng driver if we're not running on an ST
chipset.
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
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
baefa2e
..
e0b3786
100644
(file)
--- a/
drivers/char/hw_random/Kconfig
+++ b/
drivers/char/hw_random/Kconfig
@@
-348,7
+348,7
@@
config HW_RANDOM_HISTB
config HW_RANDOM_ST
tristate "ST Microelectronics HW Random Number Generator support"
- depends on HW_RANDOM &&
ARCH_STI
+ depends on HW_RANDOM &&
(ARCH_STI || COMPILE_TEST)
help
This driver provides kernel-side support for the Random Number
Generator hardware found on STi series of SoCs.