1 # SPDX-License-Identifier: GPL-2.0-only
3 # Synopsys network device configuration
6 config NET_VENDOR_SYNOPSYS
7 bool "Synopsys devices"
10 If you have a network (Ethernet) device belonging to this class, say Y.
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Synopsys devices. If you say Y, you will be asked
15 for your specific device in the following questions.
17 if NET_VENDOR_SYNOPSYS
20 tristate "Synopsys DWC Enterprise Ethernet (XLGMAC) driver support"
21 depends on HAS_IOMEM && HAS_DMA
25 This driver supports the Synopsys DesignWare Cores Enterprise
26 Ethernet (dwc-xlgmac).
31 tristate "XLGMAC PCI bus support"
32 depends on DWC_XLGMAC && PCI
34 This selects the pci bus support for the dwc-xlgmac driver.
35 This driver was tested on Synopsys XLGMAC IP Prototyping Kit.
37 If you have a controller with this interface, say Y or M here.
42 endif # NET_VENDOR_SYNOPSYS