# SPDX-License-Identifier: GPL-2.0
config R8125
	tristate "Realtek 8125 PCI-Express 2.5G Gigabit Ethernet support"
	depends on PCI
	depends on m
	select FW_LOADER
	select CRC32
	select PHYLIB
	select REALTEK_PHY
	select OF
	help
	  This driver supports Realtek 8125 PCI-Express 2.5G Gigabit Ethernet controllers.

config R8125_RSS
	bool "RSS (Receive Side Scaling) support"
	depends on R8125
	default y
	help
	  Enable Receive Side Scaling support for r8125.

config R8125_PTP
	bool "PTP (Precision Time Protocol) support"
	depends on R8125
	default n
	help
	  Enable PTP (IEEE 1588) support for r8125.

config R8125_DASH
	bool "DASH support"
	depends on R8125
	default n
	help
	  Enable DASH (Desktop and mobile Architecture for System Hardware) support.

config R8125_FIBER
	bool "Fiber support"
	depends on R8125
	default n
	help
	  Enable Fiber support for specific r8125 variants.

config R8125_FIRMWARE
	bool "Use firmware file"
	depends on R8125
	default n
	help
	  Enable this to use external firmware files for the controller.
