2 # Synopsys network device configuration
5 config NET_VENDOR_SYNOPSYS
6 bool "Synopsys devices"
9 If you have a network (Ethernet) device belonging to this class, say Y.
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.
16 if NET_VENDOR_SYNOPSYS
19 tristate "Synopsys DWC Enterprise Ethernet (XLGMAC) driver support"
20 depends on HAS_IOMEM && HAS_DMA
24 This driver supports the Synopsys DesignWare Cores Enterprise
25 Ethernet (dwc-xlgmac).
30 tristate "XLGMAC PCI bus support"
31 depends on DWC_XLGMAC && PCI
33 This selects the pci bus support for the dwc-xlgmac driver.
34 This driver was tested on Synopsys XLGMAC IP Prototyping Kit.
36 If you have a controller with this interface, say Y or M here.
41 endif # NET_VENDOR_SYNOPSYS