[PATCH 05/12] hw_random: remove confusing left-overs from kernel help texts
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Mar 13 03:56:24 PDT 2024
Mentioning Linux in the help text for barebox drivers can be confusing
as there's indeed barebox drivers that prepare stuff for Linux to use.
hw_random drivers don't though and they for use inside barebox, so
adjust the help text accordingly.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/hw_random/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/hw_random/Kconfig b/drivers/hw_random/Kconfig
index 6daff6490693..7662566d7fba 100644
--- a/drivers/hw_random/Kconfig
+++ b/drivers/hw_random/Kconfig
@@ -12,7 +12,7 @@ config HWRNG_MXC_RNGC
tristate "Freescale i.MX RNGC Random Number Generator"
depends on ARCH_IMX25 || ARCH_IMX35 || ARCH_IMX53 || COMPILE_TEST
help
- This driver provides kernel-side support for the Random Number
+ This driver provides barebox support for the Random Number
Generator hardware found on some Freescale i.MX processors.
config HWRNG_STM32
@@ -56,8 +56,8 @@ config HW_RANDOM_OPTEE
depends on OPTEE
default HW_RANDOM
help
- This driver provides support for OP-TEE based Random Number
+ This driver provides support for OP-TEE based Random Number
Generator on ARM SoCs where hardware entropy sources are not
- accessible to normal world (Linux).
+ accessible to normal world (barebox and e.g. Linux after it).
endif
--
2.39.2
More information about the barebox
mailing list