Kconfig 944 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # SGI device configuration
  3. #
  4. config NET_VENDOR_SGI
  5. bool "SGI devices"
  6. depends on (PCI && SGI_IP27) || SGI_IP32
  7. ---help---
  8. If you have a network (Ethernet) card belonging to this class, say Y
  9. and read the Ethernet-HOWTO, available from
  10. <http://www.tldp.org/docs.html#howto>.
  11. Note that the answer to this question doesn't directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about SGI devices. If you say Y, you will be asked for
  14. your specific card in the following questions.
  15. if NET_VENDOR_SGI
  16. config SGI_IOC3_ETH
  17. bool "SGI IOC3 Ethernet"
  18. depends on PCI && SGI_IP27
  19. select CRC32
  20. select MII
  21. ---help---
  22. If you have a network (Ethernet) card of this type, say Y and read
  23. the Ethernet-HOWTO, available from
  24. <http://www.tldp.org/docs.html#howto>.
  25. config SGI_O2MACE_ETH
  26. tristate "SGI O2 MACE Fast Ethernet support"
  27. depends on SGI_IP32=y
  28. endif # NET_VENDOR_SGI