Kconfig 733 B

123456789101112131415161718192021222324252627
  1. #
  2. # Synopsys network device configuration
  3. #
  4. config NET_VENDOR_SYNOPSYS
  5. bool "Synopsys 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 Synopsys devices. If you say Y, you will be asked
  12. for your specific device in the following questions.
  13. if NET_VENDOR_SYNOPSYS
  14. config SYNOPSYS_DWC_ETH_QOS
  15. tristate "Sypnopsys DWC Ethernet QOS v4.10a support"
  16. select PHYLIB
  17. select CRC32
  18. select MII
  19. depends on OF && HAS_DMA
  20. ---help---
  21. This driver supports the DWC Ethernet QoS from Synopsys
  22. endif # NET_VENDOR_SYNOPSYS