xref: /linux/drivers/net/ethernet/tehuti/Kconfig (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2ef7f5429SJeff Kirsher#
3ef7f5429SJeff Kirsher# Tehuti network device configuration
4ef7f5429SJeff Kirsher#
5ef7f5429SJeff Kirsher
6ef7f5429SJeff Kirsherconfig NET_VENDOR_TEHUTI
7ef7f5429SJeff Kirsher	bool "Tehuti devices"
888f07484SJeff Kirsher	default y
9ef7f5429SJeff Kirsher	depends on PCI
10a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
12ef7f5429SJeff Kirsher
13ef7f5429SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14ef7f5429SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15ef7f5429SJeff Kirsher	  the questions about Tehuti cards. If you say Y, you will be asked for
16ef7f5429SJeff Kirsher	  your specific card in the following questions.
17ef7f5429SJeff Kirsher
18ef7f5429SJeff Kirsherif NET_VENDOR_TEHUTI
19ef7f5429SJeff Kirsher
20ef7f5429SJeff Kirsherconfig TEHUTI
21ef7f5429SJeff Kirsher	tristate "Tehuti Networks 10G Ethernet"
22ef7f5429SJeff Kirsher	depends on PCI
23a7f7f624SMasahiro Yamada	help
24ef7f5429SJeff Kirsher	  Tehuti Networks 10G Ethernet NIC
25ef7f5429SJeff Kirsher
26ab61adc6SFUJITA Tomonoriconfig TEHUTI_TN40
27ab61adc6SFUJITA Tomonori	tristate "Tehuti Networks TN40xx 10G Ethernet adapters"
28ab61adc6SFUJITA Tomonori	depends on PCI
2937c4947aSFUJITA Tomonori	select PAGE_POOL
30dd2a0ff5SFUJITA Tomonori	select FW_LOADER
31*30824122SFUJITA Tomonori	select PHYLINK
32ab61adc6SFUJITA Tomonori	help
33ab61adc6SFUJITA Tomonori	  This driver supports 10G Ethernet adapters using Tehuti Networks
34ab61adc6SFUJITA Tomonori	  TN40xx chips. Currently, adapters with Applied Micro Circuits
35ab61adc6SFUJITA Tomonori	  Corporation QT2025 are supported; Tehuti Networks TN9310,
36ab61adc6SFUJITA Tomonori	  DLink DXE-810S, ASUS XG-C100F, and Edimax EN-9320.
37ab61adc6SFUJITA Tomonori
38ab61adc6SFUJITA Tomonori	  To compile this driver as a module, choose M here: the module
39ab61adc6SFUJITA Tomonori	  will be called tn40xx.
40ab61adc6SFUJITA Tomonori
41ef7f5429SJeff Kirsherendif # NET_VENDOR_TEHUTI
42