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

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