summaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorDragan Simic <dsimic@manjaro.org>2025-01-15 14:07:00 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2025-02-09 18:08:11 +0800
commit67b78a34e48b981014a9f9336ea649039310d18a (patch)
tree49ab67104013a86644a474de05bd0e50d8a36156 /drivers/char
parentf0f1fd11d9f9f7a54c59a59214ba8051f61d4b59 (diff)
hwrng: Kconfig - Use tabs as leading whitespace consistently in Kconfig
Replace instances of leading size-eight groups of space characters with the usual tab characters, as 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>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/hw_random/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index 17854f052386..e0244a66366b 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -579,10 +579,10 @@ config HW_RANDOM_ARM_SMCCC_TRNG
module will be called arm_smccc_trng.
config HW_RANDOM_CN10K
- tristate "Marvell CN10K Random Number Generator support"
- depends on HW_RANDOM && PCI && (ARM64 || (64BIT && COMPILE_TEST))
- default HW_RANDOM if ARCH_THUNDER
- help
+ tristate "Marvell CN10K Random Number Generator support"
+ depends on HW_RANDOM && PCI && (ARM64 || (64BIT && COMPILE_TEST))
+ default HW_RANDOM if ARCH_THUNDER
+ help
This driver provides support for the True Random Number
generator available in Marvell CN10K SoCs.