forked from mirrors/nixpkgs
Allow building kernels for CPUs incapable of running Xen
svn path=/nixpkgs/branches/stdenv-updates/; revision=19489
This commit is contained in:
parent
df68759142
commit
30477123ef
|
@ -23,7 +23,7 @@ rec {
|
|||
PARAVIRT_GUEST y
|
||||
KVM_CLOCK y
|
||||
KVM_GUEST y
|
||||
XEN y
|
||||
XEN? y
|
||||
KSM y
|
||||
|
||||
# We need 64 GB (PAE) support for Xen guest support.
|
||||
|
|
Loading…
Reference in a new issue