* [PATCH] nds32: Fix Kconfig indentation
@ 2019-11-20 13:37 Krzysztof Kozlowski
0 siblings, 0 replies; only message in thread
From: Krzysztof Kozlowski @ 2019-11-20 13:37 UTC (permalink / raw)
To: linux-kernel; +Cc: Krzysztof Kozlowski, Greentime Hu, Vincent Chen
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/nds32/Kconfig.cpu | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/arch/nds32/Kconfig.cpu b/arch/nds32/Kconfig.cpu
index f80a4ab63da2..2216cd789b29 100644
--- a/arch/nds32/Kconfig.cpu
+++ b/arch/nds32/Kconfig.cpu
@@ -13,8 +13,8 @@ config FPU
default n
help
If FPU ISA is used in user space, this configuration shall be Y to
- enable required support in kerenl such as fpu context switch and
- fpu exception handler.
+ enable required support in kerenl such as fpu context switch and
+ fpu exception handler.
If no FPU ISA is used in user space, say N.
@@ -24,7 +24,7 @@ config LAZY_FPU
default y
help
Say Y here to enable the lazy FPU scheme. The lazy FPU scheme can
- enhance system performance by reducing the context switch
+ enhance system performance by reducing the context switch
frequency of the FPU register.
For nomal case, say Y.
@@ -75,11 +75,11 @@ choice
if its cache way size is larger than page size. You can specify the
CPU type direcly or choose CPU_V3 if unsure.
- A kernel built for N10 is able to run on N15, D15, N13, N10 or D10.
- A kernel built for N15 is able to run on N15 or D15.
- A kernel built for D10 is able to run on D10 or D15.
- A kernel built for D15 is able to run on D15.
- A kernel built for N13 is able to run on N15, N13 or D15.
+ A kernel built for N10 is able to run on N15, D15, N13, N10 or D10.
+ A kernel built for N15 is able to run on N15 or D15.
+ A kernel built for D10 is able to run on D10 or D15.
+ A kernel built for D15 is able to run on D15.
+ A kernel built for N13 is able to run on N15, N13 or D15.
config CPU_N15
bool "AndesCore N15"
@@ -173,7 +173,7 @@ config HIGHMEM
config CACHE_L2
bool "Support L2 cache"
- default y
+ default y
help
Say Y here to enable L2 cache if your SoC are integrated with L2CC.
If unsure, say N.
--
2.17.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-20 13:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 13:37 [PATCH] nds32: Fix Kconfig indentation Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome