Commit 54f0f3b2 authored by Palmer Dabbelt's avatar Palmer Dabbelt

riscv: Kconfig: Style cleanups

The majority of the Kconfig files use a single tab for basic indentation
and a single tab followed by two whitespaces for help text indentation.
Fix the lines that don't follow this convention.

While at it, add trailing comments to endif/endmenu statements for
better readability.

* 'riscv-kconfig_cleanups' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/palmer/linux:
  riscv: Kconfig.socs: Add comments
  riscv: Kconfig.erratas: Add comments
  riscv: Kconfig: Fix indentation and add comments
parents bb356ddb ca503bb2
...@@ -352,11 +352,11 @@ config RISCV_ISA_C ...@@ -352,11 +352,11 @@ config RISCV_ISA_C
bool "Emit compressed instructions when building Linux" bool "Emit compressed instructions when building Linux"
default y default y
help help
Adds "C" to the ISA subsets that the toolchain is allowed to emit Adds "C" to the ISA subsets that the toolchain is allowed to emit
when building Linux, which results in compressed instructions in the when building Linux, which results in compressed instructions in the
Linux binary. Linux binary.
If you don't know what to do here, say Y. If you don't know what to do here, say Y.
config RISCV_ISA_SVPBMT config RISCV_ISA_SVPBMT
bool "SVPBMT extension support" bool "SVPBMT extension support"
...@@ -385,7 +385,7 @@ config FPU ...@@ -385,7 +385,7 @@ config FPU
If you don't know what to do here, say Y. If you don't know what to do here, say Y.
endmenu endmenu # "Platform type"
menu "Kernel features" menu "Kernel features"
...@@ -474,7 +474,7 @@ config COMPAT ...@@ -474,7 +474,7 @@ config COMPAT
If you want to execute 32-bit userspace applications, say Y. If you want to execute 32-bit userspace applications, say Y.
endmenu endmenu # "Kernel features"
menu "Boot options" menu "Boot options"
...@@ -510,7 +510,6 @@ config CMDLINE_EXTEND ...@@ -510,7 +510,6 @@ config CMDLINE_EXTEND
cases where the provided arguments are insufficient and cases where the provided arguments are insufficient and
you don't want to or cannot modify them. you don't want to or cannot modify them.
config CMDLINE_FORCE config CMDLINE_FORCE
bool "Always use the default kernel command string" bool "Always use the default kernel command string"
help help
...@@ -602,7 +601,7 @@ config XIP_PHYS_ADDR ...@@ -602,7 +601,7 @@ config XIP_PHYS_ADDR
be linked for and stored to. This address is dependent on your be linked for and stored to. This address is dependent on your
own flash usage. own flash usage.
endmenu endmenu # "Boot options"
config BUILTIN_DTB config BUILTIN_DTB
bool bool
...@@ -613,12 +612,12 @@ menu "Power management options" ...@@ -613,12 +612,12 @@ menu "Power management options"
source "kernel/power/Kconfig" source "kernel/power/Kconfig"
endmenu endmenu # "Power management options"
menu "CPU Power Management" menu "CPU Power Management"
source "drivers/cpuidle/Kconfig" source "drivers/cpuidle/Kconfig"
endmenu endmenu # "CPU Power Management"
source "arch/riscv/kvm/Kconfig" source "arch/riscv/kvm/Kconfig"
...@@ -55,4 +55,4 @@ config ERRATA_THEAD_PBMT ...@@ -55,4 +55,4 @@ config ERRATA_THEAD_PBMT
If you don't know what to do here, say "Y". If you don't know what to do here, say "Y".
endmenu endmenu # "CPU errata selection"
...@@ -78,6 +78,6 @@ config SOC_CANAAN_K210_DTB_SOURCE ...@@ -78,6 +78,6 @@ config SOC_CANAAN_K210_DTB_SOURCE
for the DTS file that will be used to produce the DTB linked into the for the DTS file that will be used to produce the DTB linked into the
kernel. kernel.
endif endif # SOC_CANAAN
endmenu endmenu # "SoC selection"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment