xref: /linux/drivers/net/ethernet/faraday/Kconfig (revision 5c8013ae2e86ec36b07500ba4cacb14ab4d6f728)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2baf0fbfeSJeff Kirsher#
3baf0fbfeSJeff Kirsher# Faraday device configuration
4baf0fbfeSJeff Kirsher#
5baf0fbfeSJeff Kirsher
6baf0fbfeSJeff Kirsherconfig NET_VENDOR_FARADAY
7baf0fbfeSJeff Kirsher	bool "Faraday devices"
888f07484SJeff Kirsher	default y
9aec499c7SAlan Kao	depends on ARM || COMPILE_TEST
10a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
12baf0fbfeSJeff Kirsher
13baf0fbfeSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14baf0fbfeSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15baf0fbfeSJeff Kirsher	  the questions about Faraday cards. If you say Y, you will be asked for
16baf0fbfeSJeff Kirsher	  your specific card in the following questions.
17baf0fbfeSJeff Kirsher
18baf0fbfeSJeff Kirsherif NET_VENDOR_FARADAY
19baf0fbfeSJeff Kirsher
20baf0fbfeSJeff Kirsherconfig FTMAC100
21baf0fbfeSJeff Kirsher	tristate "Faraday FTMAC100 10/100 Ethernet support"
22aec499c7SAlan Kao	depends on ARM || COMPILE_TEST
23eac8173eSGreentime Hu	depends on !64BIT || BROKEN
24baf0fbfeSJeff Kirsher	select MII
25a7f7f624SMasahiro Yamada	help
26baf0fbfeSJeff Kirsher	  This driver supports the FTMAC100 10/100 Ethernet controller
27aec499c7SAlan Kao	  from Faraday. It is used on Faraday A320 and some other ARM SoC's.
28baf0fbfeSJeff Kirsher
29baf0fbfeSJeff Kirsherconfig FTGMAC100
30baf0fbfeSJeff Kirsher	tristate "Faraday FTGMAC100 Gigabit Ethernet support"
31aec499c7SAlan Kao	depends on ARM || COMPILE_TEST
32eac8173eSGreentime Hu	depends on !64BIT || BROKEN
33baf0fbfeSJeff Kirsher	select PHYLIB
34*ae409629SHeiner Kallweit	select FIXED_PHY
3582f151deSAndrew Jeffery	select MDIO_ASPEED if MACH_ASPEED_G6
360b32e91fSArnd Bergmann	select CRC32
37a7f7f624SMasahiro Yamada	help
38baf0fbfeSJeff Kirsher	  This driver supports the FTGMAC100 Gigabit Ethernet controller
39aec499c7SAlan Kao	  from Faraday. It is used on Faraday A369 and some other ARM SoC's.
40baf0fbfeSJeff Kirsher
41baf0fbfeSJeff Kirsherendif # NET_VENDOR_FARADAY
42