riscv: Kconfig: Fix indentation and add comments

The convention for indentation seems to be a single tab. Help text is
further indented by an additional two whitespaces. Fix the lines that
violate these rules.

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

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Link: https://lore.kernel.org/r/20220520120232.148310-2-juergh@canonical.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
This commit is contained in:
Juerg Haefliger 2022-05-20 14:02:30 +02:00 committed by Palmer Dabbelt
parent 3123109284
commit 2f66a3d099
No known key found for this signature in database
GPG Key ID: EF4CA1502CCBAB41

View File

@ -328,11 +328,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 FPU config FPU
bool "FPU support" bool "FPU support"
@ -343,7 +343,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"
@ -394,7 +394,7 @@ config CRASH_DUMP
For more details see Documentation/admin-guide/kdump/kdump.rst For more details see Documentation/admin-guide/kdump/kdump.rst
endmenu endmenu # "Kernel features"
menu "Boot options" menu "Boot options"
@ -430,7 +430,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
@ -522,7 +521,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
@ -533,12 +532,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"