Kconfig 519 B

1234567891011121314151617181920212223242526
  1. #
  2. # This Kconfig describes xen/ia64 options
  3. #
  4. config XEN
  5. bool "Xen hypervisor support"
  6. default y
  7. depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB && EXPERIMENTAL
  8. select XEN_XENCOMM
  9. select NO_IDLE_HZ
  10. # followings are required to save/restore.
  11. select ARCH_SUSPEND_POSSIBLE
  12. select SUSPEND
  13. select PM_SLEEP
  14. help
  15. Enable Xen hypervisor support. Resulting kernel runs
  16. both as a guest OS on Xen and natively on hardware.
  17. config XEN_XENCOMM
  18. depends on XEN
  19. bool
  20. config NO_IDLE_HZ
  21. depends on XEN
  22. bool