GNU Linux-libre 4.9.317-gnu1
[releases.git] / drivers / net / ethernet / mediatek / Kconfig
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