1config MALTA 2 bool 3 default y 4 depends on MIPS 5 imply PCNET_PCI 6 imply PCI_DEVICES 7 imply TEST_DEVICES 8 select FDC37M81X 9 select GT64120 10 select MIPS_CPS 11 select PIIX 12 select PFLASH_CFI01 13 select SERIAL 14 select SMBUS_EEPROM 15 16config MIPSSIM 17 bool 18 default y 19 depends on MIPS 20 select SERIAL 21 select MIPSNET 22 23config JAZZ 24 bool 25 default y 26 depends on MIPS64 27 select ISA_BUS 28 select RC4030 29 select I8259 30 select I8254 31 select I8257 32 select PCSPK 33 select VGA_MMIO 34 select G364FB 35 select DP8393X 36 select ESP 37 select FDC_SYSBUS 38 select MC146818RTC 39 select PCKBD 40 select SERIAL 41 select PARALLEL 42 select DS1225Y 43 select JAZZ_LED 44 45config FULOONG 46 bool 47 default y 48 depends on MIPS64 && !TARGET_BIG_ENDIAN 49 imply PCI_DEVICES 50 imply TEST_DEVICES 51 imply ATI_VGA 52 imply RTL8139_PCI 53 select PCI_BONITO 54 select SMBUS_EEPROM 55 select VT82C686 56 57config LOONGSON3V 58 bool 59 default y 60 depends on MIPS64 && !TARGET_BIG_ENDIAN 61 imply PCI_DEVICES 62 imply TEST_DEVICES 63 imply VIRTIO_PCI 64 imply VIRTIO_NET 65 imply VIRTIO_VGA 66 imply QXL if SPICE 67 imply USB_OHCI_PCI 68 select SERIAL 69 select GOLDFISH_RTC 70 select LOONGSON_LIOINTC 71 select PCI_EXPRESS_GENERIC_BRIDGE 72 select MSI_NONBROKEN 73 select FW_CFG_MIPS 74 select UNIMP 75 76config MIPS_CPS 77 bool 78 select MIPS_ITU 79 80config MIPS_BOSTON 81 bool 82 default y 83 depends on MIPS64 && !TARGET_BIG_ENDIAN && FDT 84 imply PCI_DEVICES 85 imply TEST_DEVICES 86 select DEVICE_TREE 87 select FITLOADER 88 select MIPS_CPS 89 select PCI_EXPRESS_XILINX 90 select AHCI_ICH9 91 select SERIAL 92 93config FW_CFG_MIPS 94 bool 95