Kconfig 468 B

123456789101112131415161718192021222324
  1. config OR1K_SIM
  2. bool
  3. default y
  4. depends on OPENRISC
  5. select DEVICE_TREE
  6. select SERIAL_MM
  7. select OPENCORES_ETH
  8. select OMPIC
  9. select SPLIT_IRQ
  10. config OR1K_VIRT
  11. bool
  12. default y
  13. depends on OPENRISC
  14. imply PCI_DEVICES
  15. imply VIRTIO_VGA
  16. imply TEST_DEVICES
  17. select DEVICE_TREE
  18. select PCI
  19. select PCI_EXPRESS_GENERIC_BRIDGE
  20. select GOLDFISH_RTC
  21. select SERIAL_MM
  22. select SIFIVE_TEST
  23. select VIRTIO_MMIO