aboutsummaryrefslogtreecommitdiffstats
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
parente684038a0477e33e4f8c85b604c61841894e7a61 (diff)
downloadupstream-76543def1cbd8d4c3c5fa33f7f660ed98fb315f2.tar.gz
upstream-76543def1cbd8d4c3c5fa33f7f660ed98fb315f2.tar.bz2
upstream-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
-rw-r--r--target/linux/generic/config-3.182
-rw-r--r--target/linux/generic/config-4.02
2 files changed, 4 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
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0
index c3bb7fc385..8a9cf33cdd 100644
--- a/target/linux/generic/config-4.0
+++ b/target/linux/generic/config-4.0
@@ -3913,6 +3913,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