1# 2# Synopsys network device configuration 3# 4 5config NET_VENDOR_SYNOPSYS 6 bool "Synopsys devices" 7 default y 8 ---help--- 9 If you have a network (Ethernet) device belonging to this class, say Y. 10 11 Note that the answer to this question doesn't directly affect the 12 kernel: saying N will just cause the configurator to skip all 13 the questions about Synopsys devices. If you say Y, you will be asked 14 for your specific device in the following questions. 15 16if NET_VENDOR_SYNOPSYS 17 18config SYNOPSYS_DWC_ETH_QOS 19 tristate "Sypnopsys DWC Ethernet QOS v4.10a support" 20 select PHYLIB 21 select CRC32 22 select MII 23 depends on OF && HAS_DMA 24 ---help--- 25 This driver supports the DWC Ethernet QoS from Synopsys 26 27endif # NET_VENDOR_SYNOPSYS 28