Kconfig 526 B

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