Kconfig 776 B

12345678910111213141516171819202122232425262728
  1. #
  2. # PA Semi network device configuration
  3. #
  4. config NET_VENDOR_PASEMI
  5. bool "PA Semi devices"
  6. default y
  7. depends on PPC_PASEMI && PCI && INET
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y.
  10. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about PA Semi cards. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_PASEMI
  15. config PASEMI_MAC
  16. tristate "PA Semi 1/10Gbit MAC"
  17. depends on PPC_PASEMI && PCI && INET
  18. select PHYLIB
  19. select INET_LRO
  20. ---help---
  21. This driver supports the on-chip 1/10Gbit Ethernet controller on
  22. PA Semi's PWRficient line of chips.
  23. endif # NET_VENDOR_PASEMI