[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <3c08ac4dc06212d7d0408e97b5f92ab8af0dd1a1.1736946020.git.dsimic@manjaro.org>
Date: Wed, 15 Jan 2025 14:07:01 +0100
From: Dragan Simic <dsimic@...jaro.org>
To: linux-crypto@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
olivia@...enic.com,
herbert@...dor.apana.org.au,
didi.debian@...ow.org,
heiko@...ech.de,
dsimic@...jaro.org
Subject: [PATCH 2/3] hwrng: Move one "tristate" Kconfig description to the usual place
It's pretty usual to have "tristate" descriptions in Kconfig files placed
immediately after the actual configuration options, so correct the position
of one misplaced "tristate" spotted in the hw_random Kconfig file.
No intended functional changes are introduced by this trivial cleanup.
Signed-off-by: Dragan Simic <dsimic@...jaro.org>
---
drivers/char/hw_random/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index e0244a66366b..e84c7f431840 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -534,10 +534,10 @@ config HW_RANDOM_NPCM
If unsure, say Y.
config HW_RANDOM_KEYSTONE
+ tristate "TI Keystone NETCP SA Hardware random number generator"
depends on ARCH_KEYSTONE || COMPILE_TEST
depends on HAS_IOMEM && OF
default HW_RANDOM
- tristate "TI Keystone NETCP SA Hardware random number generator"
help
This option enables Keystone's hardware random generator.
Powered by blists - more mailing lists