]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
hwrng: Kconfig - Move one "tristate" Kconfig description to the usual place
authorDragan Simic <dsimic@manjaro.org>
Wed, 15 Jan 2025 13:07:01 +0000 (14:07 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 9 Feb 2025 10:08:11 +0000 (18:08 +0800)
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>
drivers/char/hw_random/Kconfig

index e0244a66366b9a2c923a32c5fa2056c853ca848e..e84c7f431840f066a639bc34f7d35d4043489f6d 100644 (file)
@@ -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.