# SPDX-License-Identifier: GPL-2.0-only

config DEVICE_MODULES_NET_MEDIATEK_STAR_EMAC
	tristate "MediaTek STAR Ethernet MAC support"
	select PHYLIB
	select REGMAP_MMIO
	help
	  Enabling this option will also select the PHYLIB and REGMAP_MMIO
	  configurations. PHYLIB provides support for the PHY layer library,
	  and REGMAP_MMIO provides access to memory-mapped registers.
	  If unsure, this option can generally be safely disabled.