diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:51 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:16:51 +0200 |
commit | 9702785a747aa27baf46ff504beab6528f21f2dd (patch) | |
tree | ab69d6f802f5b680c33999dc089e44982c74595d /arch/i386/xen/Kconfig | |
parent | 334e621a01f86d5bc25e4f742e1eaae6e2d2a97a (diff) | |
download | kernel_samsung_aries-9702785a747aa27baf46ff504beab6528f21f2dd.zip kernel_samsung_aries-9702785a747aa27baf46ff504beab6528f21f2dd.tar.gz kernel_samsung_aries-9702785a747aa27baf46ff504beab6528f21f2dd.tar.bz2 |
i386: move xen
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/xen/Kconfig')
-rw-r--r-- | arch/i386/xen/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/i386/xen/Kconfig b/arch/i386/xen/Kconfig deleted file mode 100644 index 9df99e1..0000000 --- a/arch/i386/xen/Kconfig +++ /dev/null @@ -1,11 +0,0 @@ -# -# This Kconfig describes xen options -# - -config XEN - bool "Enable support for Xen hypervisor" - depends on PARAVIRT && X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES - help - This is the Linux Xen port. Enabling this will allow the - kernel to boot in a paravirtualized environment under the - Xen hypervisor. |