# SPDX-License-Identifier: GPL-2.0
config R8168
	tristate "Realtek 8168 PCI-Express 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 8168 PCI-Express Gigabit Ethernet controllers.

config R8168_RSS
	bool "RSS (Receive Side Scaling) support"
	depends on R8168
	default y
	help
	  Enable Receive Side Scaling support for r8168.

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

config R8168_FIBER
	bool "Fiber support"
	depends on R8168
	default n
	help
	  Enable Fiber support for specific r8168 variants.

config R8168_REALWOW
	bool "RealWow support"
	depends on R8168
	default n
	help
	  Enable RealWow support for r8168.

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