0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Amazon network device configuration
0004 #
0005
0006 config NET_VENDOR_AMAZON
0007 bool "Amazon Devices"
0008 default y
0009 help
0010 If you have a network (Ethernet) device belonging to this class, say Y.
0011
0012 Note that the answer to this question doesn't directly affect the
0013 kernel: saying N will just cause the configurator to skip all
0014 the questions about Amazon devices. If you say Y, you will be asked
0015 for your specific device in the following questions.
0016
0017 if NET_VENDOR_AMAZON
0018
0019 config ENA_ETHERNET
0020 tristate "Elastic Network Adapter (ENA) support"
0021 depends on PCI_MSI && !CPU_BIG_ENDIAN
0022 select DIMLIB
0023 help
0024 This driver supports Elastic Network Adapter (ENA)"
0025
0026 To compile this driver as a module, choose M here.
0027 The module will be called ena.
0028
0029 endif #NET_VENDOR_AMAZON