Kconfig 752 B

12345678910111213141516171819202122232425262728
  1. #
  2. # National Instuments network device configuration
  3. #
  4. config NET_VENDOR_NI
  5. bool "National Instruments Devices"
  6. default y
  7. help
  8. If you have a network (Ethernet) device belonging to this class, say Y.
  9. Note that the answer to this question doesn't directly affect the
  10. kernel: saying N will just cause the configurator to skip all
  11. the questions about National Instrument devices.
  12. If you say Y, you will be asked for your specific device in the
  13. following questions.
  14. if NET_VENDOR_NI
  15. config NI_XGE_MANAGEMENT_ENET
  16. tristate "National Instruments XGE management enet support"
  17. depends on ARCH_ZYNQ
  18. select PHYLIB
  19. help
  20. Simple LAN device for debug or management purposes. Can
  21. support either 10G or 1G PHYs via SFP+ ports.
  22. endif