xref: /linux/drivers/net/ethernet/faraday/Kconfig (revision baf0fbfe7ea34cd676e3362a62033d8ca1c52d99)
1*baf0fbfeSJeff Kirsher#
2*baf0fbfeSJeff Kirsher# Faraday device configuration
3*baf0fbfeSJeff Kirsher#
4*baf0fbfeSJeff Kirsher
5*baf0fbfeSJeff Kirsherconfig NET_VENDOR_FARADAY
6*baf0fbfeSJeff Kirsher	bool "Faraday devices"
7*baf0fbfeSJeff Kirsher	depends on ARM
8*baf0fbfeSJeff Kirsher	---help---
9*baf0fbfeSJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
10*baf0fbfeSJeff Kirsher	  and read the Ethernet-HOWTO, available from
11*baf0fbfeSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
12*baf0fbfeSJeff Kirsher
13*baf0fbfeSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
14*baf0fbfeSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15*baf0fbfeSJeff Kirsher	  the questions about Faraday cards. If you say Y, you will be asked for
16*baf0fbfeSJeff Kirsher	  your specific card in the following questions.
17*baf0fbfeSJeff Kirsher
18*baf0fbfeSJeff Kirsherif NET_VENDOR_FARADAY
19*baf0fbfeSJeff Kirsher
20*baf0fbfeSJeff Kirsherconfig FTMAC100
21*baf0fbfeSJeff Kirsher	tristate "Faraday FTMAC100 10/100 Ethernet support"
22*baf0fbfeSJeff Kirsher	depends on ARM
23*baf0fbfeSJeff Kirsher	select MII
24*baf0fbfeSJeff Kirsher	---help---
25*baf0fbfeSJeff Kirsher	  This driver supports the FTMAC100 10/100 Ethernet controller
26*baf0fbfeSJeff Kirsher	  from Faraday. It is used on Faraday A320, Andes AG101 and some
27*baf0fbfeSJeff Kirsher	  other ARM/NDS32 SoC's.
28*baf0fbfeSJeff Kirsher
29*baf0fbfeSJeff Kirsherconfig FTGMAC100
30*baf0fbfeSJeff Kirsher	tristate "Faraday FTGMAC100 Gigabit Ethernet support"
31*baf0fbfeSJeff Kirsher	depends on ARM
32*baf0fbfeSJeff Kirsher	select PHYLIB
33*baf0fbfeSJeff Kirsher	---help---
34*baf0fbfeSJeff Kirsher	  This driver supports the FTGMAC100 Gigabit Ethernet controller
35*baf0fbfeSJeff Kirsher	  from Faraday. It is used on Faraday A369, Andes AG102 and some
36*baf0fbfeSJeff Kirsher	  other ARM/NDS32 SoC's.
37*baf0fbfeSJeff Kirsher
38*baf0fbfeSJeff Kirsherendif # NET_VENDOR_FARADAY
39