diff options
author | John Crispin <john@openwrt.org> | 2014-12-01 21:30:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-01 21:30:35 +0000 |
commit | 9b5f5839066ff8958c0bb468623db3a82a9806be (patch) | |
tree | b10af3ab00c7088b3e08a1d3501d73f2af5db2cb /target/linux/generic/config-3.14 | |
parent | b8dd6bb1898b79adbcf386fed86caad276246f78 (diff) | |
download | mtk-20170518-9b5f5839066ff8958c0bb468623db3a82a9806be.zip mtk-20170518-9b5f5839066ff8958c0bb468623db3a82a9806be.tar.gz mtk-20170518-9b5f5839066ff8958c0bb468623db3a82a9806be.tar.bz2 |
kernel: add driver for Marvell 88E6171 switch
This is a swconfig driver for the Marvell 88E6171 switch,
which is a 7-port GigE switch with two CPU ports and 64
802.1q VLANs.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43486
Diffstat (limited to 'target/linux/generic/config-3.14')
-rw-r--r-- | target/linux/generic/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 8d11376..9485ea1 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -2143,6 +2143,7 @@ CONFIG_MTD_SPLIT_SQUASHFS_ROOT=y # CONFIG_MUTEX_SPIN_ON_OWNER is not set # CONFIG_MV643XX_ETH is not set # CONFIG_MVMDIO is not set +# CONFIG_MVSW6171_PHY is not set # CONFIG_MVSWITCH_PHY is not set # CONFIG_MWAVE is not set # CONFIG_MWL8K is not set |