On Tue, 2006-05-09 at 16:16 +0100, Christian Limpach wrote: > > > > > > +config X86_XEN > > > + bool "Xen-compatible" > > > + help > > > + Choose this option if you plan to run this kernel on top of the > > > + Xen Hypervisor. > > > + > > > > Couldn't you just add "depends on !SMP && .." to the config X86_XEN > > block ? > > I guess you could, but it would make it rather non-obvious and tedious > to enable X86_XEN then, wouldn't it? I guess that true .. Might be better just to support SMP then .. Daniel