Kconfig 765 B

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