min 720 B

1234567891011121314151617181920212223242526
  1. # This file contains only configs which are required to boot all configurations.
  2. ## gem5 x86
  3. # CONFIG_INPUT_MOUSE is not set
  4. # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
  5. ## qemu aarch64
  6. # For some reason not selected by the Buildroot kernel config by default as it was for arm,
  7. # and pci modules fail to build. Not that we have PCI working on ARM anyways.
  8. CONFIG_PCI=y
  9. ## gem5 aarch64
  10. # Minimal options required to run gem5 aarch64 in addition to QEMU's aarch64 setup.
  11. # Doing such a minimal boot made the gem5 boot 3x faster on the P51, which is awesome.
  12. CONFIG_ATA_PIIX=y
  13. CONFIG_PCI_HOST_GENERIC=y
  14. ## qemu aarch64 ext2
  15. # Also requires gem5 aarch64 options.
  16. # Not needed for initrd / initramfs.
  17. CONFIG_VIRTIO_PCI=y