forked from Minki/linux
009fb0978c
This patch adds the Makefile and Kconfig required to make the driver build. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
18 lines
470 B
Plaintext
18 lines
470 B
Plaintext
config NET_VENDOR_MEDIATEK
|
|
bool "MediaTek ethernet driver"
|
|
depends on ARCH_MEDIATEK
|
|
---help---
|
|
If you have a Mediatek SoC with ethernet, say Y.
|
|
|
|
if NET_VENDOR_MEDIATEK
|
|
|
|
config NET_MEDIATEK_SOC
|
|
tristate "MediaTek MT7623 Gigabit ethernet support"
|
|
depends on NET_VENDOR_MEDIATEK && (MACH_MT7623 || MACH_MT2701)
|
|
select PHYLIB
|
|
---help---
|
|
This driver supports the gigabit ethernet MACs in the
|
|
MediaTek MT2701/MT7623 chipset family.
|
|
|
|
endif #NET_VENDOR_MEDIATEK
|