Kconfig 428 B

12345678910111213141516171819
  1. config ET131X
  2. tristate "Agere ET-1310 Gigabit Ethernet support"
  3. depends on NETDEV_1000 && PCI
  4. default n
  5. ---help---
  6. This driver supports Agere ET-1310 ethernet adapters.
  7. To compile this driver as a module, choose M here. The module
  8. will be called et131x.
  9. config ET131X_DEBUG
  10. bool "Enable et131x debugging"
  11. depends on ET131X
  12. default n
  13. ---help---
  14. Say Y for detailed debug information.
  15. If in doubt, say N.