diff options
author | Boris Ostrovsky <boris.ostrovsky@oracle.com> | 2013-12-05 13:47:27 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2013-12-10 16:11:07 -0800 |
commit | d52eefb47d4eb6fe40d4c92bc711dd34a8ce1747 (patch) | |
tree | f2966b8f3b47998d850769256e2c8980bdc26ac3 /arch/ia64/xen/Kconfig | |
parent | 374b105797c3d4f29c685f3be535c35f5689b30e (diff) |
ia64/xen: Remove Xen support for ia64
ia64 has not been supported by Xen since 4.2 so it's time to drop
Xen/ia64 from Linux as well.
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/xen/Kconfig')
-rw-r--r-- | arch/ia64/xen/Kconfig | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/ia64/xen/Kconfig b/arch/ia64/xen/Kconfig deleted file mode 100644 index 5d8a06b0ddf..00000000000 --- a/arch/ia64/xen/Kconfig +++ /dev/null @@ -1,25 +0,0 @@ -# -# This Kconfig describes xen/ia64 options -# - -config XEN - bool "Xen hypervisor support" - default y - depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB - select XEN_XENCOMM - select NO_IDLE_HZ - # followings are required to save/restore. - select ARCH_SUSPEND_POSSIBLE - select SUSPEND - select PM_SLEEP - help - Enable Xen hypervisor support. Resulting kernel runs - both as a guest OS on Xen and natively on hardware. - -config XEN_XENCOMM - depends on XEN - bool - -config NO_IDLE_HZ - depends on XEN - bool |