1config MALTA 2 bool 3 select FDC37M81X 4 select GT64120 5 select PIIX 6 7config MIPSSIM 8 bool 9 select SERIAL 10 select MIPSNET 11 12config JAZZ 13 bool 14 select ISA_BUS 15 select RC4030 16 select I8259 17 select I8254 18 select I8257 19 select PCSPK 20 select VGA_MMIO 21 select G364FB 22 select DP8393X 23 select ESP 24 select FDC_SYSBUS 25 select MC146818RTC 26 select PCKBD 27 select SERIAL 28 select PARALLEL 29 select DS1225Y 30 select JAZZ_LED 31 32config FULOONG 33 bool 34 select PCI_BONITO 35 select VT82C686 36 37config LOONGSON3V 38 bool 39 imply VIRTIO_VGA 40 imply QXL if SPICE 41 select SERIAL 42 select GOLDFISH_RTC 43 select LOONGSON_LIOINTC 44 select PCI_DEVICES 45 select PCI_EXPRESS_GENERIC_BRIDGE 46 select MSI_NONBROKEN 47 select FW_CFG_MIPS 48 select UNIMP 49 50config MIPS_CPS 51 bool 52 select MIPS_ITU 53 54config MIPS_BOSTON 55 bool 56 select FITLOADER 57 select MIPS_CPS 58 select PCI_EXPRESS_XILINX 59 select AHCI_ICH9 60 select SERIAL 61 62config FW_CFG_MIPS 63 bool 64