From fe844bf0b4b27c3ca47d3020d6134c21d2a05a64 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 29 May 2015 12:25:29 +0000 Subject: 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 SVN-Revision: 45828 --- target/linux/generic/config-3.18 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/generic/config-3.18') 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 -- cgit v1.2.3