11738cd3eSNetanel Belgazal# 21738cd3eSNetanel Belgazal# Amazon network device configuration 31738cd3eSNetanel Belgazal# 41738cd3eSNetanel Belgazal 51738cd3eSNetanel Belgazalconfig NET_VENDOR_AMAZON 61738cd3eSNetanel Belgazal bool "Amazon Devices" 71738cd3eSNetanel Belgazal default y 81738cd3eSNetanel Belgazal ---help--- 91738cd3eSNetanel Belgazal If you have a network (Ethernet) device belonging to this class, say Y. 101738cd3eSNetanel Belgazal 111738cd3eSNetanel Belgazal Note that the answer to this question doesn't directly affect the 121738cd3eSNetanel Belgazal kernel: saying N will just cause the configurator to skip all 131738cd3eSNetanel Belgazal the questions about Amazon devices. If you say Y, you will be asked 141738cd3eSNetanel Belgazal for your specific device in the following questions. 151738cd3eSNetanel Belgazal 161738cd3eSNetanel Belgazalif NET_VENDOR_AMAZON 171738cd3eSNetanel Belgazal 181738cd3eSNetanel Belgazalconfig ENA_ETHERNET 191738cd3eSNetanel Belgazal tristate "Elastic Network Adapter (ENA) support" 208c590f97SNetanel Belgazal depends on PCI_MSI && !CPU_BIG_ENDIAN 211738cd3eSNetanel Belgazal ---help--- 221738cd3eSNetanel Belgazal This driver supports Elastic Network Adapter (ENA)" 231738cd3eSNetanel Belgazal 241738cd3eSNetanel Belgazal To compile this driver as a module, choose M here. 251738cd3eSNetanel Belgazal The module will be called ena. 261738cd3eSNetanel Belgazal 271738cd3eSNetanel Belgazalendif #NET_VENDOR_AMAZON 28