| 1 | config 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_MM |
| 14 | select SMBUS_EEPROM |
| 15 | |
| 16 | config JAZZ |
| 17 | bool |
| 18 | default y |
| 19 | depends on MIPS64 |
| 20 | select ISA_BUS |
| 21 | select RC4030 |
| 22 | select I8259 |
| 23 | select I8254 |
| 24 | select I8257 |
| 25 | select PCSPK |
| 26 | select VGA_MMIO |
| 27 | select G364FB |
| 28 | select DP8393X |
| 29 | select ESP |
| 30 | select FDC_SYSBUS |
| 31 | select MC146818RTC |
| 32 | select PCKBD |
| 33 | select SERIAL_MM |
| 34 | select PARALLEL |
| 35 | select DS1225Y |
| 36 | select JAZZ_LED |
| 37 | |
| 38 | config FULOONG |
| 39 | bool |
| 40 | default y |
| 41 | depends on MIPS64 && !TARGET_BIG_ENDIAN |
| 42 | imply PCI_DEVICES |
| 43 | imply TEST_DEVICES |
| 44 | imply ATI_VGA |
| 45 | imply RTL8139_PCI |
| 46 | select PCI_BONITO |
| 47 | select SMBUS_EEPROM |
| 48 | select VT82C686 |
| 49 | |
| 50 | config LOONGSON3V |
| 51 | bool |
| 52 | default y |
| 53 | depends on MIPS64 && !TARGET_BIG_ENDIAN |
| 54 | imply PCI_DEVICES |
| 55 | imply TEST_DEVICES |
| 56 | imply VIRTIO_PCI |
| 57 | imply VIRTIO_NET |
| 58 | imply VIRTIO_VGA |
| 59 | imply QXL if SPICE |
| 60 | imply USB_OHCI_PCI |
| 61 | select SERIAL_MM |
| 62 | select GOLDFISH_RTC |
| 63 | select LOONGSON_IPI |
| 64 | select LOONGSON_LIOINTC |
| 65 | select PCI_EXPRESS_GENERIC_BRIDGE |
| 66 | select MSI_NONBROKEN |
| 67 | select FW_CFG_MIPS |
| 68 | select UNIMP |
| 69 | |
| 70 | config MIPS_CPS |
| 71 | bool |
| 72 | select MIPS_ITU if TCG |
| 73 | |
| 74 | config MIPS_BOSTON |
| 75 | bool |
| 76 | default y |
| 77 | depends on MIPS64 && !TARGET_BIG_ENDIAN && FDT |
| 78 | imply PCI_DEVICES |
| 79 | imply TEST_DEVICES |
| 80 | select DEVICE_TREE |
| 81 | select FITLOADER |
| 82 | select MIPS_CPS |
| 83 | select PCI_EXPRESS_XILINX |
| 84 | select AHCI_ICH9 |
| 85 | select SERIAL_MM |
| 86 | |
| 87 | config FW_CFG_MIPS |
| 88 | bool |