linux: Fix i686 build
This commit is contained in:
parent
b080efe4dc
commit
d2918797bb
@ -488,8 +488,10 @@ with stdenv.lib;
|
||||
BRCMFMAC_PCIE? y
|
||||
|
||||
# Support x2APIC (which requires IRQ remapping).
|
||||
X86_X2APIC y
|
||||
IRQ_REMAP y
|
||||
${optionalString (stdenv.system == "x86_64-linux") ''
|
||||
X86_X2APIC y
|
||||
IRQ_REMAP y
|
||||
''}
|
||||
|
||||
${kernelPlatform.kernelExtraConfig or ""}
|
||||
${extraConfig}
|
||||
|
Loading…
Reference in New Issue
Block a user