Kconfig 1.7 KB

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