Kconfig 835 B

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # SGI device configuration
  4. #
  5. config NET_VENDOR_SGI
  6. bool "SGI devices"
  7. default y
  8. depends on (PCI && SGI_MFD_IOC3) || SGI_IP32
  9. help
  10. If you have a network (Ethernet) card belonging to this class, say Y.
  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_MFD_IOC3
  19. select CRC16
  20. select CRC32
  21. select MII
  22. help
  23. If you have a network (Ethernet) card of this type, say Y here.
  24. config SGI_O2MACE_ETH
  25. tristate "SGI O2 MACE Fast Ethernet support"
  26. depends on SGI_IP32=y
  27. endif # NET_VENDOR_SGI