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_IPI 71 select LOONGSON_LIOINTC 72 select PCI_EXPRESS_GENERIC_BRIDGE 73 select MSI_NONBROKEN 74 select FW_CFG_MIPS 75 select UNIMP 76 77config MIPS_CPS 78 bool 79 select MIPS_ITU 80 81config MIPS_BOSTON 82 bool 83 default y 84 depends on MIPS64 && !TARGET_BIG_ENDIAN && FDT 85 imply PCI_DEVICES 86 imply TEST_DEVICES 87 select DEVICE_TREE 88 select FITLOADER 89 select MIPS_CPS 90 select PCI_EXPRESS_XILINX 91 select AHCI_ICH9 92 select SERIAL 93 94config FW_CFG_MIPS 95 bool 96