Kconfig 784 B

12345678910111213141516171819202122232425262728293031
  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. 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 SGI devices. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_SGI
  15. config SGI_IOC3_ETH
  16. bool "SGI IOC3 Ethernet"
  17. depends on PCI && SGI_IP27
  18. select CRC32
  19. select MII
  20. ---help---
  21. If you have a network (Ethernet) card of this type, say Y here.
  22. config SGI_O2MACE_ETH
  23. tristate "SGI O2 MACE Fast Ethernet support"
  24. depends on SGI_IP32=y
  25. endif # NET_VENDOR_SGI