kernel-common: Add ZBUD, move ZSMALLOC into module space
This commit is contained in:
parent
0ffdb89d95
commit
77e1be36b9
@ -512,9 +512,15 @@ with stdenv.lib;
|
|||||||
TRANSPARENT_HUGEPAGE_MADVISE? y
|
TRANSPARENT_HUGEPAGE_MADVISE? y
|
||||||
|
|
||||||
# zram support (e.g for in-memory compressed swap).
|
# zram support (e.g for in-memory compressed swap).
|
||||||
ZSMALLOC y
|
|
||||||
ZRAM m
|
ZRAM m
|
||||||
ZSWAP? y
|
ZSWAP? y
|
||||||
|
ZBUD? y
|
||||||
|
${optionalString (versionOlder version "3.18") ''
|
||||||
|
ZSMALLOC y
|
||||||
|
''}
|
||||||
|
${optionalString (versionAtLeast version "3.18") ''
|
||||||
|
ZSMALLOC m
|
||||||
|
''}
|
||||||
|
|
||||||
# Enable PCIe and USB for the brcmfmac driver
|
# Enable PCIe and USB for the brcmfmac driver
|
||||||
BRCMFMAC_USB? y
|
BRCMFMAC_USB? y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user