kernel config: Fix 3.10, 3.12, 3.14 builds

This commit is contained in:
Tuomas Tynkkynen 2016-08-06 16:38:57 +03:00
parent 44f462bf4d
commit 088bcf4ec4

View File

@ -271,7 +271,7 @@ with stdenv.lib;
DEBUG_SET_MODULE_RONX? y # Detect writes to read-only module pages DEBUG_SET_MODULE_RONX? y # Detect writes to read-only module pages
# Security related features. # Security related features.
RANDOMIZE_BASE y RANDOMIZE_BASE? y
STRICT_DEVMEM y # Filter access to /dev/mem STRICT_DEVMEM y # Filter access to /dev/mem
SECURITY_SELINUX_BOOTPARAM_VALUE 0 # Disable SELinux by default SECURITY_SELINUX_BOOTPARAM_VALUE 0 # Disable SELinux by default
DEVKMEM n # Disable /dev/kmem DEVKMEM n # Disable /dev/kmem
@ -498,7 +498,7 @@ with stdenv.lib;
# zram support (e.g for in-memory compressed swap). # zram support (e.g for in-memory compressed swap).
ZSMALLOC y ZSMALLOC y
ZRAM m ZRAM m
ZSWAP y ZSWAP? y
# Enable PCIe and USB for the brcmfmac driver # Enable PCIe and USB for the brcmfmac driver
BRCMFMAC_USB? y BRCMFMAC_USB? y