xref: /openbmc/linux/drivers/net/ethernet/agere/Kconfig (revision 23c2b932)
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
12	  Note that the answer to this question doesn't directly affect the
13	  kernel: saying N will just cause the configurator to skip all
14	  the questions about Agere devices. If you say Y, you will be asked
15	  for your specific card in the following questions.
16
17if NET_VENDOR_AGERE
18
19config ET131X
20	tristate "Agere ET-1310 Gigabit Ethernet support"
21	depends on PCI
22	select PHYLIB
23	---help---
24	  This driver supports Agere ET-1310 ethernet adapters.
25
26	  To compile this driver as a module, choose M here. The module
27	  will be called et131x.
28
29endif # NET_VENDOR_AGERE
30