Kconfig 769 B

12345678910111213141516171819202122232425262728
  1. # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
  2. #
  3. # Analog Devices device configuration
  4. #
  5. config NET_VENDOR_ADI
  6. bool "Analog Devices devices"
  7. default y
  8. depends on SPI
  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 ADI devices. If you say Y, you will be asked
  14. for your specific card in the following questions.
  15. if NET_VENDOR_ADI
  16. config ADIN1110
  17. tristate "Analog Devices ADIN1110 MAC-PHY"
  18. depends on SPI && NET_SWITCHDEV
  19. select CRC8
  20. help
  21. Say yes here to build support for Analog Devices ADIN1110
  22. Low Power 10BASE-T1L Ethernet MAC-PHY.
  23. endif # NET_VENDOR_ADI