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

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

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