# SPDX-License-Identifier: GPL-2.0
#
# sxe2 network device configuration
#

config SXE2
	tristate "sxe2 PCI Express adapters support"
	depends on (X86) && PCI
	select MDIO
	select PHYLIB
	select PTP_1588_CLOCK
	select AUXILIARY_BUS
	default n
	help
	  This driver supports sxe2 PCI Express family of adapters.

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