1# SPDX-License-Identifier: GPL-2.0-only
2config SFC_SIENA
3	tristate "Solarflare SFC9000 support"
4	depends on PCI
5	select MDIO
6	select CRC32
7	help
8	  This driver supports 10-gigabit Ethernet cards based on
9	  the Solarflare SFC9000 controller.
10
11	  To compile this driver as a module, choose M here.  The module
12	  will be called sfc-siena.
13