linux/kernel: Remove KVM_APIC_ARCHITECTURE for 4.8

The option is no longer needed and has been removed upstream in
torvalds/linux@557abc40d1.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2016-08-29 20:07:15 +02:00
parent f85053a021
commit 0bce188ec1

View File

@@ -433,7 +433,9 @@ with stdenv.lib;
PARAVIRT? y
HYPERVISOR_GUEST y
PARAVIRT_SPINLOCKS? y
KVM_APIC_ARCHITECTURE y
${optionalString (versionOlder version "4.8") ''
KVM_APIC_ARCHITECTURE y
''}
KVM_ASYNC_PF y
${optionalString (versionAtLeast version "4.0") ''
KVM_COMPAT? y