mirror of https://github.com/xemu-project/xemu.git
hw/riscv: Sort machines Kconfig options in alphabetical order
SHAKTI_C machine Kconfig option was inserted in disorder. Fix it. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com> Message-Id: <20221211030829.802437-4-bmeng@tinylab.org> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
8a19e7fe6e
commit
8526946c96
|
@ -4,6 +4,8 @@ config RISCV_NUMA
|
||||||
config IBEX
|
config IBEX
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
# RISC-V machines in alphabetical order
|
||||||
|
|
||||||
config MICROCHIP_PFSOC
|
config MICROCHIP_PFSOC
|
||||||
bool
|
bool
|
||||||
select CADENCE_SDHCI
|
select CADENCE_SDHCI
|
||||||
|
@ -22,13 +24,6 @@ config OPENTITAN
|
||||||
select SIFIVE_PLIC
|
select SIFIVE_PLIC
|
||||||
select UNIMP
|
select UNIMP
|
||||||
|
|
||||||
config SHAKTI_C
|
|
||||||
bool
|
|
||||||
select UNIMP
|
|
||||||
select SHAKTI_UART
|
|
||||||
select RISCV_ACLINT
|
|
||||||
select SIFIVE_PLIC
|
|
||||||
|
|
||||||
config RISCV_VIRT
|
config RISCV_VIRT
|
||||||
bool
|
bool
|
||||||
imply PCI_DEVICES
|
imply PCI_DEVICES
|
||||||
|
@ -50,6 +45,13 @@ config RISCV_VIRT
|
||||||
select FW_CFG_DMA
|
select FW_CFG_DMA
|
||||||
select PLATFORM_BUS
|
select PLATFORM_BUS
|
||||||
|
|
||||||
|
config SHAKTI_C
|
||||||
|
bool
|
||||||
|
select RISCV_ACLINT
|
||||||
|
select SHAKTI_UART
|
||||||
|
select SIFIVE_PLIC
|
||||||
|
select UNIMP
|
||||||
|
|
||||||
config SIFIVE_E
|
config SIFIVE_E
|
||||||
bool
|
bool
|
||||||
select RISCV_ACLINT
|
select RISCV_ACLINT
|
||||||
|
|
Loading…
Reference in New Issue