Kconfig 781 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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
  28. config HAVE_KVM_ARCH_TLB_FLUSH_ALL
  29. bool
  30. config KVM_GENERIC_DIRTYLOG_READ_PROTECT
  31. bool
  32. config KVM_COMPAT
  33. def_bool y
  34. depends on KVM && COMPAT && !S390
  35. config HAVE_KVM_IRQ_BYPASS
  36. bool