File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ config LANTIQ_ETOP
106
106
Support for the MII0 inside the Lantiq SoC
107
107
108
108
source "drivers/net/ethernet/marvell/Kconfig"
109
+ source "drivers/net/ethernet/mediatek/Kconfig"
109
110
source "drivers/net/ethernet/mellanox/Kconfig"
110
111
source "drivers/net/ethernet/micrel/Kconfig"
111
112
source "drivers/net/ethernet/microchip/Kconfig"
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ obj-$(CONFIG_JME) += jme.o
46
46
obj-$(CONFIG_KORINA) += korina.o
47
47
obj-$(CONFIG_LANTIQ_ETOP) += lantiq_etop.o
48
48
obj-$(CONFIG_NET_VENDOR_MARVELL) += marvell/
49
+ obj-$(CONFIG_NET_VENDOR_MEDIATEK) += mediatek/
49
50
obj-$(CONFIG_NET_VENDOR_MELLANOX) += mellanox/
50
51
obj-$(CONFIG_NET_VENDOR_MICREL) += micrel/
51
52
obj-$(CONFIG_NET_VENDOR_MICROCHIP) += microchip/
Original file line number Diff line number Diff line change
1
+ config NET_VENDOR_MEDIATEK
2
+ bool "MediaTek ethernet driver"
3
+ depends on ARCH_MEDIATEK
4
+ ---help---
5
+ If you have a Mediatek SoC with ethernet, say Y.
6
+
7
+ if NET_VENDOR_MEDIATEK
8
+
9
+ config NET_MEDIATEK_SOC
10
+ tristate "MediaTek MT7623 Gigabit ethernet support"
11
+ depends on NET_VENDOR_MEDIATEK && (MACH_MT7623 || MACH_MT2701)
12
+ select PHYLIB
13
+ ---help---
14
+ This driver supports the gigabit ethernet MACs in the
15
+ MediaTek MT2701/MT7623 chipset family.
16
+
17
+ endif #NET_VENDOR_MEDIATEK
Original file line number Diff line number Diff line change
1
+ #
2
+ # Makefile for the Mediatek SoCs built-in ethernet macs
3
+ #
4
+
5
+ obj-$(CONFIG_NET_MEDIATEK_SOC) += mtk_eth_soc.o
You can’t perform that action at this time.
0 commit comments