c3425158d6
Wire up loongson_ipi device for loongson3_virt machine, so we can have SMP support for TCG backend as well. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Acked-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240605-loongson3-ipi-v3-3-ddd2c0e03fa3@flygoat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
96 lines
1.7 KiB
Plaintext
96 lines
1.7 KiB
Plaintext
config MALTA
|
|
bool
|
|
default y
|
|
depends on MIPS
|
|
imply PCNET_PCI
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
select FDC37M81X
|
|
select GT64120
|
|
select MIPS_CPS
|
|
select PIIX
|
|
select PFLASH_CFI01
|
|
select SERIAL
|
|
select SMBUS_EEPROM
|
|
|
|
config MIPSSIM
|
|
bool
|
|
default y
|
|
depends on MIPS
|
|
select SERIAL
|
|
select MIPSNET
|
|
|
|
config JAZZ
|
|
bool
|
|
default y
|
|
depends on MIPS64
|
|
select ISA_BUS
|
|
select RC4030
|
|
select I8259
|
|
select I8254
|
|
select I8257
|
|
select PCSPK
|
|
select VGA_MMIO
|
|
select G364FB
|
|
select DP8393X
|
|
select ESP
|
|
select FDC_SYSBUS
|
|
select MC146818RTC
|
|
select PCKBD
|
|
select SERIAL
|
|
select PARALLEL
|
|
select DS1225Y
|
|
select JAZZ_LED
|
|
|
|
config FULOONG
|
|
bool
|
|
default y
|
|
depends on MIPS64 && !TARGET_BIG_ENDIAN
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
imply ATI_VGA
|
|
imply RTL8139_PCI
|
|
select PCI_BONITO
|
|
select SMBUS_EEPROM
|
|
select VT82C686
|
|
|
|
config LOONGSON3V
|
|
bool
|
|
default y
|
|
depends on MIPS64 && !TARGET_BIG_ENDIAN
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
imply VIRTIO_PCI
|
|
imply VIRTIO_NET
|
|
imply VIRTIO_VGA
|
|
imply QXL if SPICE
|
|
imply USB_OHCI_PCI
|
|
select SERIAL
|
|
select GOLDFISH_RTC
|
|
select LOONGSON_IPI
|
|
select LOONGSON_LIOINTC
|
|
select PCI_EXPRESS_GENERIC_BRIDGE
|
|
select MSI_NONBROKEN
|
|
select FW_CFG_MIPS
|
|
select UNIMP
|
|
|
|
config MIPS_CPS
|
|
bool
|
|
select MIPS_ITU
|
|
|
|
config MIPS_BOSTON
|
|
bool
|
|
default y
|
|
depends on MIPS64 && !TARGET_BIG_ENDIAN && FDT
|
|
imply PCI_DEVICES
|
|
imply TEST_DEVICES
|
|
select DEVICE_TREE
|
|
select FITLOADER
|
|
select MIPS_CPS
|
|
select PCI_EXPRESS_XILINX
|
|
select AHCI_ICH9
|
|
select SERIAL
|
|
|
|
config FW_CFG_MIPS
|
|
bool
|