Skip to content

Commit 3371482

Browse files
Dragan Simicherbertx
authored andcommitted
hwrng: Kconfig - 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@manjaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 67b78a3 commit 3371482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/hw_random/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,10 @@ config HW_RANDOM_NPCM
534534
If unsure, say Y.
535535

536536
config HW_RANDOM_KEYSTONE
537+
tristate "TI Keystone NETCP SA Hardware random number generator"
537538
depends on ARCH_KEYSTONE || COMPILE_TEST
538539
depends on HAS_IOMEM && OF
539540
default HW_RANDOM
540-
tristate "TI Keystone NETCP SA Hardware random number generator"
541541
help
542542
This option enables Keystone's hardware random generator.
543543

0 commit comments

Comments
 (0)