xref: /linux/drivers/net/ethernet/amazon/Kconfig (revision e0ea34158ee8c4f7536cd781010339ff28c0d24c)
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
22*e0ea3415SDavid Arinzon	depends on PTP_1588_CLOCK_OPTIONAL
23ff04cfbaSMao Wenan	select DIMLIB
24a7f7f624SMasahiro Yamada	help
251738cd3eSNetanel Belgazal	  This driver supports Elastic Network Adapter (ENA)"
261738cd3eSNetanel Belgazal
271738cd3eSNetanel Belgazal	  To compile this driver as a module, choose M here.
281738cd3eSNetanel Belgazal	  The module will be called ena.
291738cd3eSNetanel Belgazal
301738cd3eSNetanel Belgazalendif #NET_VENDOR_AMAZON
31