xref: /linux/drivers/net/ethernet/amazon/Kconfig (revision 8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21738cd3eSNetanel Belgazal#
31738cd3eSNetanel Belgazal# Amazon network device configuration
41738cd3eSNetanel Belgazal#
51738cd3eSNetanel Belgazal
61738cd3eSNetanel Belgazalconfig NET_VENDOR_AMAZON
71738cd3eSNetanel Belgazal	bool "Amazon Devices"
81738cd3eSNetanel Belgazal	default y
9a7f7f624SMasahiro Yamada	help
101738cd3eSNetanel Belgazal	  If you have a network (Ethernet) device belonging to this class, say Y.
111738cd3eSNetanel Belgazal
121738cd3eSNetanel Belgazal	  Note that the answer to this question doesn't directly affect the
131738cd3eSNetanel Belgazal	  kernel: saying N will just cause the configurator to skip all
141738cd3eSNetanel Belgazal	  the questions about Amazon devices. If you say Y, you will be asked
151738cd3eSNetanel Belgazal	  for your specific device in the following questions.
161738cd3eSNetanel Belgazal
171738cd3eSNetanel Belgazalif NET_VENDOR_AMAZON
181738cd3eSNetanel Belgazal
191738cd3eSNetanel Belgazalconfig ENA_ETHERNET
201738cd3eSNetanel Belgazal	tristate "Elastic Network Adapter (ENA) support"
218c590f97SNetanel Belgazal	depends on PCI_MSI && !CPU_BIG_ENDIAN
22e0ea3415SDavid Arinzon	depends on PTP_1588_CLOCK_OPTIONAL
23ff04cfbaSMao Wenan	select DIMLIB
24*15115b1aSDavid Arinzon	select NET_DEVLINK
25a7f7f624SMasahiro Yamada	help
261738cd3eSNetanel Belgazal	  This driver supports Elastic Network Adapter (ENA)"
271738cd3eSNetanel Belgazal
281738cd3eSNetanel Belgazal	  To compile this driver as a module, choose M here.
291738cd3eSNetanel Belgazal	  The module will be called ena.
301738cd3eSNetanel Belgazal
311738cd3eSNetanel Belgazalendif #NET_VENDOR_AMAZON
32