Fix Kconfig style

Remove spaces from Kconfig files
Remove TABs
Add comments
This commit is contained in:
simbit18
2024-04-08 16:21:13 +02:00
committed by Xiang Xiao
parent c0d7419d11
commit 9967989b02
7 changed files with 43 additions and 43 deletions
+6 -6
View File
@@ -328,7 +328,7 @@ config ARCH_CHIP_RISCV_CUSTOM
---help--- ---help---
Select this option if there is no directory for the chip under arch/risc-v/src/. Select this option if there is no directory for the chip under arch/risc-v/src/.
endchoice endchoice # RISC-V chip selection
config ARCH_RV32 config ARCH_RV32
bool bool
@@ -498,7 +498,7 @@ config RISCV_TOOLCHAIN_GNU_RV32
This option should work for any modern GNU toolchain (GCC 5.2 or newer) This option should work for any modern GNU toolchain (GCC 5.2 or newer)
configured for riscv32-unknown-elf. configured for riscv32-unknown-elf.
endchoice endchoice # Toolchain Selection
config RISCV_SEMIHOSTING_HOSTFS config RISCV_SEMIHOSTING_HOSTFS
bool "Semihosting HostFS" bool "Semihosting HostFS"
@@ -517,7 +517,7 @@ config RISCV_SEMIHOSTING_HOSTFS_CACHE_COHERENCE
---help--- ---help---
Flush & Invalidte cache before & after bkpt instruction. Flush & Invalidte cache before & after bkpt instruction.
endif endif # RISCV_SEMIHOSTING_HOSTFS
if ARCH_CHIP_LITEX if ARCH_CHIP_LITEX
@@ -538,9 +538,9 @@ config LITEX_CORE_VEXRISCV_SMP
select ARCH_HAVE_S_MODE select ARCH_HAVE_S_MODE
select ARCH_HAVE_ELF_EXECUTABLE select ARCH_HAVE_ELF_EXECUTABLE
endchoice endchoice # LITEX Core Selection
endif endif # ARCH_CHIP_LITEX
source "arch/risc-v/src/opensbi/Kconfig" source "arch/risc-v/src/opensbi/Kconfig"
source "arch/risc-v/src/nuttsbi/Kconfig" source "arch/risc-v/src/nuttsbi/Kconfig"
@@ -596,4 +596,4 @@ endif
if ARCH_CHIP_K230 if ARCH_CHIP_K230
source "arch/risc-v/src/k230/Kconfig" source "arch/risc-v/src/k230/Kconfig"
endif endif
endif endif # ARCH_RISCV