Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_NET_VENDOR_MEDIATEK
	bool "MediaTek ethernet driver"
	depends on CONFIG_ARCH_MEDIATEK
	---help---
	  If you have a Mediatek SoC with ethernet, say Y.

if CONFIG_NET_VENDOR_MEDIATEK

config CONFIG_NET_MEDIATEK_SOC
	tristate "MediaTek MT7623 Gigabit ethernet support"
	depends on CONFIG_NET_VENDOR_MEDIATEK && (CONFIG_MACH_MT7623 || CONFIG_MACH_MT2701)
	select CONFIG_PHYLIB
	---help---
	  This driver supports the gigabit ethernet MACs in the
	  MediaTek MT2701/MT7623 chipset family.

endif #CONFIG_NET_VENDOR_MEDIATEK