summaryrefslogtreecommitdiffstats
path: root/drivers/hw_random/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hw_random/Kconfig')
-rw-r--r--drivers/hw_random/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hw_random/Kconfig b/drivers/hw_random/Kconfig
index 4b4200b5db..32b84b028b 100644
--- a/drivers/hw_random/Kconfig
+++ b/drivers/hw_random/Kconfig
@@ -17,7 +17,7 @@ config HWRNG_MXC_RNGC
config HWRNG_STM32
tristate "STM32 Random Number Generator"
- depends on ARCH_STM32MP || COMPILE_TEST
+ depends on ARCH_STM32 || COMPILE_TEST
help
This driver provides barebox support for the Random Number
Generator hardware found on the STM32 family of MPUs and MCUs.