Kconfig 681 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Vertexcom network device configuration
  4. #
  5. config NET_VENDOR_VERTEXCOM
  6. bool "Vertexcom devices"
  7. default y
  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 Vertexcom cards. If you say Y, you will be asked
  13. for your specific card in the following questions.
  14. if NET_VENDOR_VERTEXCOM
  15. config MSE102X
  16. tristate "Vertexcom MSE102x SPI"
  17. depends on SPI
  18. help
  19. SPI driver for Vertexcom MSE102x SPI attached network chip.
  20. endif # NET_VENDOR_VERTEXCOM