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 91738cd3eSNetanel Belgazal ---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 221738cd3eSNetanel Belgazal ---help--- 231738cd3eSNetanel Belgazal This driver supports Elastic Network Adapter (ENA)" 241738cd3eSNetanel Belgazal 251738cd3eSNetanel Belgazal To compile this driver as a module, choose M here. 261738cd3eSNetanel Belgazal The module will be called ena. 271738cd3eSNetanel Belgazal 281738cd3eSNetanel Belgazalendif #NET_VENDOR_AMAZON 29