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

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_NET_VENDOR_MEDIATEK
	bool "MediaTek ethernet driver"
	depends on CONFIG_ARCH_MEDIATEK || CONFIG_SOC_MT7621 || CONFIG_SOC_MT7620
	---help---
	  If you have a Mediatek SoC with ethernet, say Y.

if CONFIG_NET_VENDOR_MEDIATEK

config CONFIG_NET_MEDIATEK_SOC
	tristate "MediaTek SoC Gigabit Ethernet support"
	select CONFIG_PHYLINK
	---help---
	  This driver supports the gigabit ethernet MACs in the
	  MediaTek SoC family.

endif #CONFIG_NET_VENDOR_MEDIATEK