Kconfig 784 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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_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
  26. config HAVE_KVM_ARCH_TLB_FLUSH_ALL
  27. bool
  28. config HAVE_KVM_INVALID_WAKEUPS
  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