brintos

brintos / linux-shallow public Read only

0
0
Text · 1.2 KiB · c699bd6 Raw
41 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Faraday device configuration4#5 6config NET_VENDOR_FARADAY7	bool "Faraday devices"8	default y9	depends on ARM || COMPILE_TEST10	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 Faraday cards. If you say Y, you will be asked for16	  your specific card in the following questions.17 18if NET_VENDOR_FARADAY19 20config FTMAC10021	tristate "Faraday FTMAC100 10/100 Ethernet support"22	depends on ARM || COMPILE_TEST23	depends on !64BIT || BROKEN24	select MII25	help26	  This driver supports the FTMAC100 10/100 Ethernet controller27	  from Faraday. It is used on Faraday A320 and some other ARM SoC's.28 29config FTGMAC10030	tristate "Faraday FTGMAC100 Gigabit Ethernet support"31	depends on ARM || COMPILE_TEST32	depends on !64BIT || BROKEN33	select PHYLIB34	select MDIO_ASPEED if MACH_ASPEED_G635	select CRC3236	help37	  This driver supports the FTGMAC100 Gigabit Ethernet controller38	  from Faraday. It is used on Faraday A369 and some other ARM SoC's.39 40endif # NET_VENDOR_FARADAY41