Skip to content

Commit c7410b4

Browse files
committed
hwrng: starfive - Enable compile testing
Enable compile testing for jh7110. Also remove the dependency on HW_RANDOM. Signed-off-by: Herbert Xu <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Reviewed-by: Jia Jie Ho <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent dd7b797 commit c7410b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/char/hw_random/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,7 @@ config HW_RANDOM_CN10K
551551

552552
config HW_RANDOM_JH7110
553553
tristate "StarFive JH7110 Random Number Generator support"
554-
depends on SOC_STARFIVE
555-
depends on HW_RANDOM
554+
depends on SOC_STARFIVE || COMPILE_TEST
556555
help
557556
This driver provides support for the True Random Number
558557
Generator in StarFive JH7110 SoCs.

0 commit comments

Comments
 (0)