Kconfig 972 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # SGI device configuration
  3. #
  4. config NET_VENDOR_SGI
  5. bool "SGI devices"
  6. default y
  7. depends on (PCI && SGI_IP27) || SGI_IP32
  8. ---help---
  9. If you have a network (Ethernet) card belonging to this class, say Y
  10. and read the Ethernet-HOWTO, available from
  11. <http://www.tldp.org/docs.html#howto>.
  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 SGI devices. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_SGI
  17. config SGI_IOC3_ETH
  18. bool "SGI IOC3 Ethernet"
  19. depends on PCI && SGI_IP27
  20. select CRC32
  21. select NET_CORE
  22. select MII
  23. ---help---
  24. If you have a network (Ethernet) card of this type, say Y and read
  25. the Ethernet-HOWTO, available from
  26. <http://www.tldp.org/docs.html#howto>.
  27. config SGI_O2MACE_ETH
  28. tristate "SGI O2 MACE Fast Ethernet support"
  29. depends on SGI_IP32=y
  30. endif # NET_VENDOR_SGI