xref: /openbmc/linux/drivers/net/ethernet/arc/Kconfig (revision e4f2379d)
1e4f2379dSAlexey Brodkin#
2e4f2379dSAlexey Brodkin# ARC EMAC network device configuration
3e4f2379dSAlexey Brodkin#
4e4f2379dSAlexey Brodkin
5e4f2379dSAlexey Brodkinconfig NET_VENDOR_ARC
6e4f2379dSAlexey Brodkin	bool "ARC devices"
7e4f2379dSAlexey Brodkin	default y
8e4f2379dSAlexey Brodkin	---help---
9e4f2379dSAlexey Brodkin	  If you have a network (Ethernet) card belonging to this class, say Y
10e4f2379dSAlexey Brodkin	  and read the Ethernet-HOWTO, available from
11e4f2379dSAlexey Brodkin	  <http://www.tldp.org/docs.html#howto>.
12e4f2379dSAlexey Brodkin
13e4f2379dSAlexey Brodkin	  Note that the answer to this question doesn't directly affect the
14e4f2379dSAlexey Brodkin	  kernel: saying N will just cause the configurator to skip all
15e4f2379dSAlexey Brodkin	  the questions about ARC cards. If you say Y, you will be asked for
16e4f2379dSAlexey Brodkin	  your specific card in the following questions.
17e4f2379dSAlexey Brodkin
18e4f2379dSAlexey Brodkinif NET_VENDOR_ARC
19e4f2379dSAlexey Brodkin
20e4f2379dSAlexey Brodkinconfig ARC_EMAC
21e4f2379dSAlexey Brodkin	tristate "ARC EMAC support"
22e4f2379dSAlexey Brodkin	select MII
23e4f2379dSAlexey Brodkin	select PHYLIB
24e4f2379dSAlexey Brodkin	depends on OF_IRQ
25e4f2379dSAlexey Brodkin	depends on OF_NET
26e4f2379dSAlexey Brodkin	---help---
27e4f2379dSAlexey Brodkin	  On some legacy ARC (Synopsys) FPGA boards such as ARCAngel4/ML50x
28e4f2379dSAlexey Brodkin	  non-standard on-chip ethernet device ARC EMAC 10/100 is used.
29e4f2379dSAlexey Brodkin	  Say Y here if you have such a board.  If unsure, say N.
30e4f2379dSAlexey Brodkin
31e4f2379dSAlexey Brodkinendif # NET_VENDOR_ARC
32