min 545 B

123456789101112131415161718192021222324
  1. # https://cirosantilli.com/linux-kernel-module-cheat#linux-kernel-min-config
  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. CONFIG_ATA_PIIX=y
  11. CONFIG_PCI_HOST_GENERIC=y
  12. ## qemu aarch64 ext2
  13. # Also requires gem5 aarch64 options.
  14. # Not needed for initrd / initramfs.
  15. CONFIG_VIRTIO_PCI=y