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
|
||||
|
||||
config ARCH_CHIP_QEMU_RV_ISA_M
|
||||
bool "Standard Extension for Integer Multiplication and Division"
|
||||
default n
|
||||
select ARCH_RV_ISA_M
|
||||
bool "Standard Extension for Integer Multiplication and Division"
|
||||
default n
|
||||
select ARCH_RV_ISA_M
|
||||
|
||||
config ARCH_CHIP_QEMU_RV_ISA_A
|
||||
bool "Standard Extension for Atomic Instructions"
|
||||
default n
|
||||
select ARCH_RV_ISA_A
|
||||
bool "Standard Extension for Atomic Instructions"
|
||||
default n
|
||||
select ARCH_RV_ISA_A
|
||||
|
||||
config ARCH_CHIP_QEMU_RV_ISA_C
|
||||
bool "Standard Extension for Compressed Instructions"
|
||||
default n
|
||||
select ARCH_RV_ISA_C
|
||||
bool "Standard Extension for Compressed Instructions"
|
||||
default n
|
||||
select ARCH_RV_ISA_C
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user