xref: /linux/drivers/net/ethernet/amazon/Kconfig (revision 9d64fc08f6fe59a7d71e84f650dd2c0f080254dd)
1#
2# Amazon network device configuration
3#
4
5config NET_VENDOR_AMAZON
6	bool "Amazon Devices"
7	default y
8	---help---
9	  If you have a network (Ethernet) device belonging to this class, say Y.
10
11	  Note that the answer to this question doesn't directly affect the
12	  kernel: saying N will just cause the configurator to skip all
13	  the questions about Amazon devices. If you say Y, you will be asked
14	  for your specific device in the following questions.
15
16if NET_VENDOR_AMAZON
17
18config ENA_ETHERNET
19	tristate "Elastic Network Adapter (ENA) support"
20	depends on (PCI_MSI && X86)
21	---help---
22	  This driver supports Elastic Network Adapter (ENA)"
23
24	  To compile this driver as a module, choose M here.
25	  The module will be called ena.
26
27endif #NET_VENDOR_AMAZON
28