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.18 | |
parent | b8dd6bb1898b79adbcf386fed86caad276246f78 (diff) | |
download | upstream-9b5f5839066ff8958c0bb468623db3a82a9806be.tar.gz upstream-9b5f5839066ff8958c0bb468623db3a82a9806be.tar.bz2 upstream-9b5f5839066ff8958c0bb468623db3a82a9806be.zip |
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.18')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 801ebc141f..e0e2a0b55f 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -2234,6 +2234,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 |