3
0
Fork 0
forked from mirrors/nixpkgs

kernel: make some common-config options optional for grsec

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-05-17 16:28:56 -05:00
parent 453f93cc92
commit b5b434c98a

View file

@ -280,17 +280,17 @@ with stdenv.lib;
''}
# Virtualisation.
PARAVIRT y
PARAVIRT? y
${if versionAtLeast version "3.10" then ''
HYPERVISOR_GUEST y
'' else ''
PARAVIRT_GUEST y
PARAVIRT_GUEST? y
''}
KVM_GUEST y
KVM_GUEST? y
${optionalString (versionOlder version "3.7") ''
KVM_CLOCK y
KVM_CLOCK? y
''}
XEN y
XEN? y
XEN_DOM0? y
KSM y
${optionalString (!stdenv.is64bit) ''