Kconfig 561 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # KVM common configuration items and defaults
  2. config HAVE_KVM
  3. bool
  4. config HAVE_KVM_IRQCHIP
  5. bool
  6. config HAVE_KVM_IRQFD
  7. bool
  8. config HAVE_KVM_IRQ_ROUTING
  9. bool
  10. config HAVE_KVM_EVENTFD
  11. bool
  12. select EVENTFD
  13. config KVM_APIC_ARCHITECTURE
  14. bool
  15. config KVM_MMIO
  16. bool
  17. config KVM_ASYNC_PF
  18. bool
  19. # Toggle to switch between direct notification and batch job
  20. config KVM_ASYNC_PF_SYNC
  21. bool
  22. config HAVE_KVM_MSI
  23. bool
  24. config HAVE_KVM_CPU_RELAX_INTERCEPT
  25. bool
  26. config KVM_VFIO
  27. bool