xref: /openbmc/linux/drivers/net/ethernet/agere/Kconfig (revision 38df6492)
1#
2# Agere device configuration
3#
4
5config NET_VENDOR_AGERE
6	bool "Agere devices"
7	default y
8	depends on PCI
9	---help---
10	  If you have a network (Ethernet) card belonging to this class, say Y
11	  and read the Ethernet-HOWTO, available from
12	  <http://www.tldp.org/docs.html#howto>.
13
14	  Note that the answer to this question doesn't directly affect the
15	  kernel: saying N will just cause the configurator to skip all
16	  the questions about Agere devices. If you say Y, you will be asked
17	  for your specific card in the following questions.
18
19if NET_VENDOR_AGERE
20
21config ET131X
22	tristate "Agere ET-1310 Gigabit Ethernet support"
23	depends on PCI
24	select PHYLIB
25	---help---
26	  This driver supports Agere ET-1310 ethernet adapters.
27
28	  To compile this driver as a module, choose M here. The module
29	  will be called et131x.
30
31endif # NET_VENDOR_AGERE
32