Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | # |
| 2 | # Agere device configuration |
| 3 | # |
| 4 | |
| 5 | config 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 | |
| 17 | if NET_VENDOR_AGERE |
| 18 | |
| 19 | config 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 | |
| 29 | endif # NET_VENDOR_AGERE |