summaryrefslogtreecommitdiffstats
path: root/drivers/hw_random/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:49 +0200
commitc2d803f75be7fcf562406cf1aa276f3c11a2e183 (patch)
tree95b380c9b926f84667be659caf14e1a0be710754 /drivers/hw_random/Kconfig
parentcff4868b6d11f1c9e296fea8ca1da1224bde7f39 (diff)
parent57c88050d03a0fa0c20985bcf3fcd59f5a95b9ed (diff)
downloadbarebox-c2d803f75be7fcf562406cf1aa276f3c11a2e183.tar.gz
barebox-c2d803f75be7fcf562406cf1aa276f3c11a2e183.tar.xz
Merge branch 'for-next/compile-test'
Diffstat (limited to 'drivers/hw_random/Kconfig')
-rw-r--r--drivers/hw_random/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hw_random/Kconfig b/drivers/hw_random/Kconfig
index 4921054568..1923c755db 100644
--- a/drivers/hw_random/Kconfig
+++ b/drivers/hw_random/Kconfig
@@ -9,14 +9,14 @@ if HWRNG
config HWRNG_MXC_RNGC
tristate "Freescale i.MX RNGC Random Number Generator"
- depends on ARCH_IMX25 || ARCH_IMX35 || ARCH_IMX53
+ depends on ARCH_IMX25 || ARCH_IMX35 || ARCH_IMX53 || COMPILE_TEST
help
This driver provides kernel-side support for the Random Number
Generator hardware found on some Freescale i.MX processors.
config HWRNG_STM32
tristate "STM32 Random Number Generator"
- depends on ARCH_STM32MP
+ depends on ARCH_STM32MP || COMPILE_TEST
help
This driver provides barebox support for the Random Number
Generator hardware found on the STM32 family of MPUs and MCUs.