projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4198a9
)
hwrng: pic32 - enable compile-testing
author
Martin Kaiser
<martin@kaiser.cx>
Tue, 4 Jul 2023 17:32:00 +0000
(19:32 +0200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 20 Jul 2023 10:16:24 +0000
(22:16 +1200)
Enable compile testing for the pic32 driver.
Remove the dependency on HW_RANDOM. The pic32 config section is under
"if HW_RANDOM".
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 e0b3786ca51bcd02e6a895e7db029b8faf46d482..1aeba12391a1248896cb411b38a24c17038fc861 100644
(file)
--- a/
drivers/char/hw_random/Kconfig
+++ b/
drivers/char/hw_random/Kconfig
@@
-385,7
+385,7
@@
config HW_RANDOM_STM32
config HW_RANDOM_PIC32
tristate "Microchip PIC32 Random Number Generator support"
- depends on
HW_RANDOM && MACH_PIC32
+ depends on
MACH_PIC32 || COMPILE_TEST
default y
help
This driver provides kernel-side support for the Random Number