18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Synopsys network device configuration 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciconfig NET_VENDOR_SYNOPSYS 78c2ecf20Sopenharmony_ci bool "Synopsys devices" 88c2ecf20Sopenharmony_ci default y 98c2ecf20Sopenharmony_ci help 108c2ecf20Sopenharmony_ci If you have a network (Ethernet) device belonging to this class, say Y. 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci Note that the answer to this question doesn't directly affect the 138c2ecf20Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 148c2ecf20Sopenharmony_ci the questions about Synopsys devices. If you say Y, you will be asked 158c2ecf20Sopenharmony_ci for your specific device in the following questions. 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciif NET_VENDOR_SYNOPSYS 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ciconfig DWC_XLGMAC 208c2ecf20Sopenharmony_ci tristate "Synopsys DWC Enterprise Ethernet (XLGMAC) driver support" 218c2ecf20Sopenharmony_ci depends on HAS_IOMEM && HAS_DMA 228c2ecf20Sopenharmony_ci select BITREVERSE 238c2ecf20Sopenharmony_ci select CRC32 248c2ecf20Sopenharmony_ci help 258c2ecf20Sopenharmony_ci This driver supports the Synopsys DesignWare Cores Enterprise 268c2ecf20Sopenharmony_ci Ethernet (dwc-xlgmac). 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ciif DWC_XLGMAC 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ciconfig DWC_XLGMAC_PCI 318c2ecf20Sopenharmony_ci tristate "XLGMAC PCI bus support" 328c2ecf20Sopenharmony_ci depends on DWC_XLGMAC && PCI 338c2ecf20Sopenharmony_ci help 348c2ecf20Sopenharmony_ci This selects the pci bus support for the dwc-xlgmac driver. 358c2ecf20Sopenharmony_ci This driver was tested on Synopsys XLGMAC IP Prototyping Kit. 368c2ecf20Sopenharmony_ci 378c2ecf20Sopenharmony_ci If you have a controller with this interface, say Y or M here. 388c2ecf20Sopenharmony_ci If unsure, say N. 398c2ecf20Sopenharmony_ci 408c2ecf20Sopenharmony_ciendif # DWC_XLGMAC 418c2ecf20Sopenharmony_ci 428c2ecf20Sopenharmony_ciendif # NET_VENDOR_SYNOPSYS 43