arch/risc-v/src/qemu-rv/Kconfig: Fix indentation
Remove spaces from Kconfig Add TABs
This commit is contained in:
parent
4452ee0743
commit
e01a46c8c3
@ -21,18 +21,18 @@ config ARCH_CHIP_QEMU_RV64
|
|||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config ARCH_CHIP_QEMU_RV_ISA_M
|
config ARCH_CHIP_QEMU_RV_ISA_M
|
||||||
bool "Standard Extension for Integer Multiplication and Division"
|
bool "Standard Extension for Integer Multiplication and Division"
|
||||||
default n
|
default n
|
||||||
select ARCH_RV_ISA_M
|
select ARCH_RV_ISA_M
|
||||||
|
|
||||||
config ARCH_CHIP_QEMU_RV_ISA_A
|
config ARCH_CHIP_QEMU_RV_ISA_A
|
||||||
bool "Standard Extension for Atomic Instructions"
|
bool "Standard Extension for Atomic Instructions"
|
||||||
default n
|
default n
|
||||||
select ARCH_RV_ISA_A
|
select ARCH_RV_ISA_A
|
||||||
|
|
||||||
config ARCH_CHIP_QEMU_RV_ISA_C
|
config ARCH_CHIP_QEMU_RV_ISA_C
|
||||||
bool "Standard Extension for Compressed Instructions"
|
bool "Standard Extension for Compressed Instructions"
|
||||||
default n
|
default n
|
||||||
select ARCH_RV_ISA_C
|
select ARCH_RV_ISA_C
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user