kernel-common: Add ZBUD, move ZSMALLOC into module space
This commit is contained in:
parent
0ffdb89d95
commit
77e1be36b9
1 changed files with 7 additions and 1 deletions
|
@ -512,9 +512,15 @@ with stdenv.lib;
|
|||
TRANSPARENT_HUGEPAGE_MADVISE? y
|
||||
|
||||
# zram support (e.g for in-memory compressed swap).
|
||||
ZSMALLOC y
|
||||
ZRAM m
|
||||
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
|
||||
BRCMFMAC_USB? y
|
||||
|
|
Loading…
Reference in a new issue