diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-01 21:30:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-01 21:30:35 +0000 |
commit | 92a10265c427bdffe0b7da2f50395fe01a0c43b6 (patch) | |
tree | 30d9623195ad1b7cd8ce28917b761ba3edce9d03 /target/linux/generic/config-3.14 | |
parent | 24f15f772e5e423443f35547335acffd7c37324c (diff) | |
download | upstream-92a10265c427bdffe0b7da2f50395fe01a0c43b6.tar.gz upstream-92a10265c427bdffe0b7da2f50395fe01a0c43b6.tar.bz2 upstream-92a10265c427bdffe0b7da2f50395fe01a0c43b6.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43486 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8d11376cb4..9485ea1ece 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 |