18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Faraday device configuration
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciconfig NET_VENDOR_FARADAY
78c2ecf20Sopenharmony_ci	bool "Faraday devices"
88c2ecf20Sopenharmony_ci	default y
98c2ecf20Sopenharmony_ci	depends on ARM || NDS32 || COMPILE_TEST
108c2ecf20Sopenharmony_ci	help
118c2ecf20Sopenharmony_ci	  If you have a network (Ethernet) card belonging to this class, say Y.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
148c2ecf20Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all
158c2ecf20Sopenharmony_ci	  the questions about Faraday cards. If you say Y, you will be asked for
168c2ecf20Sopenharmony_ci	  your specific card in the following questions.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciif NET_VENDOR_FARADAY
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciconfig FTMAC100
218c2ecf20Sopenharmony_ci	tristate "Faraday FTMAC100 10/100 Ethernet support"
228c2ecf20Sopenharmony_ci	depends on ARM || NDS32 || COMPILE_TEST
238c2ecf20Sopenharmony_ci	depends on !64BIT || BROKEN
248c2ecf20Sopenharmony_ci	select MII
258c2ecf20Sopenharmony_ci	help
268c2ecf20Sopenharmony_ci	  This driver supports the FTMAC100 10/100 Ethernet controller
278c2ecf20Sopenharmony_ci	  from Faraday. It is used on Faraday A320, Andes AG101 and some
288c2ecf20Sopenharmony_ci	  other ARM/NDS32 SoC's.
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ciconfig FTGMAC100
318c2ecf20Sopenharmony_ci	tristate "Faraday FTGMAC100 Gigabit Ethernet support"
328c2ecf20Sopenharmony_ci	depends on ARM || NDS32 || COMPILE_TEST
338c2ecf20Sopenharmony_ci	depends on !64BIT || BROKEN
348c2ecf20Sopenharmony_ci	select PHYLIB
358c2ecf20Sopenharmony_ci	select MDIO_ASPEED if MACH_ASPEED_G6
368c2ecf20Sopenharmony_ci	select CRC32
378c2ecf20Sopenharmony_ci	help
388c2ecf20Sopenharmony_ci	  This driver supports the FTGMAC100 Gigabit Ethernet controller
398c2ecf20Sopenharmony_ci	  from Faraday. It is used on Faraday A369, Andes AG102 and some
408c2ecf20Sopenharmony_ci	  other ARM/NDS32 SoC's.
418c2ecf20Sopenharmony_ci
428c2ecf20Sopenharmony_ciendif # NET_VENDOR_FARADAY
43