summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mediatek/Kconfig
diff options
context:
space:
mode:
authorSean Wang <sean.wang@mediatek.com>2017-07-31 18:05:09 +0800
committerDavid S. Miller <davem@davemloft.net>2017-08-01 15:51:48 -0700
commit2ec50f574e8198b7d8ba677d1edcab566fa9e84f (patch)
tree6300ad0791785cab29c96b40abbf1d80b8c78918 /drivers/net/ethernet/mediatek/Kconfig
parentda779b4011c872a28c4ab369e923e786b19055a0 (diff)
net-next: mediatek: add platform data to adapt into various hardware
This patch is the preparation patch in order to adapt into various hardware through adding platform data which holds specific characteristics among MediaTek SoCs and introducing the unified clock handler for those distinct clock requirements depending on different features such as TRGMII and SGMII getting support on the target SoC. And finally, add enhancement with given the generic description for Kconfig and remove the unnecessary machine type dependency in Makefile. Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mediatek/Kconfig')
-rw-r--r--drivers/net/ethernet/mediatek/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/mediatek/Kconfig b/drivers/net/ethernet/mediatek/Kconfig
index 698bb89aa901..f9149d2a4694 100644
--- a/drivers/net/ethernet/mediatek/Kconfig
+++ b/drivers/net/ethernet/mediatek/Kconfig
@@ -7,11 +7,11 @@ config NET_VENDOR_MEDIATEK
if NET_VENDOR_MEDIATEK
config NET_MEDIATEK_SOC
- tristate "MediaTek MT7623 Gigabit ethernet support"
- depends on NET_VENDOR_MEDIATEK && (MACH_MT7623 || MACH_MT2701)
+ tristate "MediaTek SoC Gigabit Ethernet support"
+ depends on NET_VENDOR_MEDIATEK
select PHYLIB
---help---
This driver supports the gigabit ethernet MACs in the
- MediaTek MT2701/MT7623 chipset family.
+ MediaTek SoC family.
endif #NET_VENDOR_MEDIATEK