diff options
author | Juerg Haefliger | 2022-05-20 14:02:32 +0200 |
---|---|---|
committer | Palmer Dabbelt | 2022-06-30 16:34:23 -0700 |
commit | ca503bb2902296a14141a7e3e4416333b2e0e447 (patch) | |
tree | 78200dc20200dcdac8e51a1df9660a8c5d7462d2 /arch/riscv/Kconfig.socs | |
parent | 84b10f781abfd2a19fcc6439ddd7313cd87ff047 (diff) |
riscv: Kconfig.socs: Add comments
Add trailing comments to endif and endmenu statements for better
readability.
Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Link: https://lore.kernel.org/r/20220520120232.148310-4-juergh@canonical.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv/Kconfig.socs')
-rw-r--r-- | arch/riscv/Kconfig.socs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 34592d00dde8..6a4ab7fdbcc6 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -79,6 +79,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" |