Kconfig 398 B

1234567891011121314151617181920212223242526272829
  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. config HAVE_KVM_MSI
  18. bool
  19. config HAVE_KVM_CPU_RELAX_INTERCEPT
  20. bool