diff options
author | John Crispin <john@openwrt.org> | 2015-05-29 12:25:29 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-05-29 12:25:29 +0000 |
commit | fe844bf0b4b27c3ca47d3020d6134c21d2a05a64 (patch) | |
tree | 7f1520227972576f66bbea476112f39b0839c666 /target/linux | |
parent | 30bbe0b388d31a87414be791fc92d8683c3e06be (diff) | |
download | mtk-20170518-fe844bf0b4b27c3ca47d3020d6134c21d2a05a64.zip mtk-20170518-fe844bf0b4b27c3ca47d3020d6134c21d2a05a64.tar.gz mtk-20170518-fe844bf0b4b27c3ca47d3020d6134c21d2a05a64.tar.bz2 |
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>
SVN-Revision: 45828
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.18 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 7a38dee..31bac92 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 c3bb7fc..8a9cf33 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 |