aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-12 14:54:50 +0000
committerJohn Crispin <john@openwrt.org>2014-11-12 14:54:50 +0000
commit86e3315ecee80c6cd0b0728e119866f735d4f910 (patch)
treee4cf03081b1d3cf0e5889d75f66fd9c521d36b98 /target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig
parent45814d150a90b9f0067cda87536349339ff675f5 (diff)
downloadupstream-86e3315ecee80c6cd0b0728e119866f735d4f910.tar.gz
upstream-86e3315ecee80c6cd0b0728e119866f735d4f910.tar.bz2
upstream-86e3315ecee80c6cd0b0728e119866f735d4f910.zip
ralink: add support for mt7621 ethernet
somehow all switch ports still come up as 10mbit. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43237
Diffstat (limited to 'target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig')
-rw-r--r--target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig b/target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig
index b25a12a128..22df4fe32f 100644
--- a/target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig
+++ b/target/linux/ramips/files/drivers/net/ethernet/ralink/Kconfig
@@ -22,11 +22,7 @@ config NET_RALINK_RT3883
config NET_RALINK_MT7620
bool "MT7620"
- depends on SOC_MT7620
-
-config NET_RALINK_MT7621
- bool "MT7621"
- depends on SOC_MT7621
+ depends on (SOC_MT7620 || SOC_MT7621)
endchoice