aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-3.18
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-05-29 12:25:29 +0000
committerJohn Crispin <blogic@openwrt.org>2015-05-29 12:25:29 +0000
commit76543def1cbd8d4c3c5fa33f7f660ed98fb315f2 (patch)
tree4c299cd9f49f0871ef1995cde46483ec07d71ad5 /target/linux/generic/config-3.18
parente684038a0477e33e4f8c85b604c61841894e7a61 (diff)
downloadmaster-187ad058-76543def1cbd8d4c3c5fa33f7f660ed98fb315f2.tar.gz
master-187ad058-76543def1cbd8d4c3c5fa33f7f660ed98fb315f2.tar.bz2
master-187ad058-76543def1cbd8d4c3c5fa33f7f660ed98fb315f2.zip
kernel: add missing STMMAC options in generic configs
STMMAC_PLATFORM and STMMAC_PCI have been added recently in the kernel, but show up only when STMMAC driver is enabled. So se'll add it in the generic config, so the kernel build doesn't stall whenever we enable this driver. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45828 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-3.18')
-rw-r--r--target/linux/generic/config-3.182
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index 7a38deefcf..31bac92068 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -3837,6 +3837,8 @@ CONFIG_STDBINUTILS=y
# CONFIG_STE10XP is not set
# CONFIG_STE_MODEM_RPROC is not set
# CONFIG_STMMAC_ETH is not set
+# CONFIG_STMMAC_PLATFORM is not set
+# CONFIG_STMMAC_PCI is not set
CONFIG_STP=y
# CONFIG_STRICT_DEVMEM is not set
CONFIG_STRIP_ASM_SYMS=y