brintos

brintos / linux-shallow public Read only

0
0
Text · 868 B · 6884c78 Raw
34 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# RDC network device configuration4#5 6config NET_VENDOR_RDC7	bool "RDC devices"8	default y9	depends on PCI10	help11	  If you have a network (Ethernet) card belonging to this class, say Y.12 13	  Note that the answer to this question doesn't directly affect the14	  kernel: saying N will just cause the configurator to skip all15	  the questions about RDC cards. If you say Y, you will be asked for16	  your specific card in the following questions.17 18if NET_VENDOR_RDC19 20config R604021	tristate "RDC R6040 Fast Ethernet Adapter support"22	depends on PCI23	select CRC3224	select MII25	select PHYLIB26	help27	  This is a driver for the R6040 Fast Ethernet MACs found in the28	  the RDC R-321x System-on-chips.29 30	  To compile this driver as a module, choose M here: the module31	  will be called r6040. This is recommended.32 33endif # NET_VENDOR_RDC34