summaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig.socs
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@rivosinc.com>2022-07-01 05:18:51 +0300
committerPalmer Dabbelt <palmer@rivosinc.com>2022-07-01 05:26:16 +0300
commit54f0f3b298e21ca9a5684aa120e6bcf70e66f0c5 (patch)
tree72b6a6e7674211a58ed4dde3d9448d12ca9764e2 /arch/riscv/Kconfig.socs
parentbb356ddb78b257f0807affb86306c5002f803024 (diff)
parentca503bb2902296a14141a7e3e4416333b2e0e447 (diff)
downloadlinux-54f0f3b298e21ca9a5684aa120e6bcf70e66f0c5.tar.xz
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
Diffstat (limited to 'arch/riscv/Kconfig.socs')
-rw-r--r--arch/riscv/Kconfig.socs4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index 85670dc9fe95..69774bb362d6 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -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
kernel.
-endif
+endif # SOC_CANAAN
-endmenu
+endmenu # "SoC selection"