mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
Fix Kconfig style
Remove spaces from Kconfig files Remove TABs Add comments
This commit is contained in:
+6
-6
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user