Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Qualcomm network device configuration
  3. #
  4. config NET_VENDOR_QUALCOMM
  5. bool "Qualcomm devices"
  6. default y
  7. ---help---
  8. If you have a network (Ethernet) card 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 Qualcomm cards. If you say Y, you will be asked
  12. for your specific card in the following questions.
  13. if NET_VENDOR_QUALCOMM
  14. config QCA7000
  15. tristate "Qualcomm Atheros QCA7000 support"
  16. depends on SPI_MASTER && OF
  17. ---help---
  18. This SPI protocol driver supports the Qualcomm Atheros QCA7000.
  19. To compile this driver as a module, choose M here. The module
  20. will be called qcaspi.
  21. config QCOM_EMAC
  22. tristate "Qualcomm Technologies, Inc. EMAC Gigabit Ethernet support"
  23. depends on HAS_DMA && HAS_IOMEM
  24. select CRC32
  25. select PHYLIB
  26. ---help---
  27. This driver supports the Qualcomm Technologies, Inc. Gigabit
  28. Ethernet Media Access Controller (EMAC). The controller
  29. supports IEEE 802.3-2002, half-duplex mode at 10/100 Mb/s,
  30. full-duplex mode at 10/100/1000Mb/s, Wake On LAN (WOL) for
  31. low power, Receive-Side Scaling (RSS), and IEEE 1588-2008
  32. Precision Clock Synchronization Protocol.
  33. endif # NET_VENDOR_QUALCOMM