Remove useless things and make the <arch>_XEN/XEN option interaction
for x86 the same as it is for ia64/powerpc (which is more
appropriate).
As usual, written and tested on 2.6.24-rc7 and made apply to the
2.6.18 tree without further testing.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
config X86_XEN
bool "Xen-compatible"
+ select XEN
select X86_UP_APIC if !SMP && XEN_PRIVILEGED_GUEST
select X86_UP_IOAPIC if !SMP && XEN_PRIVILEGED_GUEST
select SWIOTLB
config X86_64_XEN
bool "Enable Xen compatible kernel"
+ select XEN
select SWIOTLB
help
This option will compile a kernel compatible with Xen hypervisor
config XEN
bool
- default y if X86_XEN || X86_64_XEN
- help
- This is the Linux Xen port.
if XEN
config XEN_INTERFACE_VERSION
config XEN_PRIVILEGED_GUEST
bool "Privileged Guest (domain 0)"
- default n
help
Support for privileged operation (domain 0)