# SPDX-License-Identifier: GPL-2.0-only
#
# sxevf network device configuration
#

config SXE_VF
	tristate "sxevf PCI Express adapters support"
	default m
	depends on PCI
	select MDIO
        select PHYLIB
        select PTP_1588_CLOCK
	help
	  This driver supports sxevf PCI Express family of adapters.

	  To compile this driver as a module, choose M here. The module
	  will be called ngbe.
