Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. config NET_VENDOR_SOCIONEXT
  2. bool "Socionext ethernet drivers"
  3. default y
  4. ---help---
  5. Option to select ethernet drivers for Socionext platforms.
  6. Note that the answer to this question doesn't directly affect the
  7. kernel: saying N will just cause the configurator to skip all
  8. the questions about Socionext devices. If you say Y, you will be asked
  9. for your specific card in the following questions.
  10. if NET_VENDOR_SOCIONEXT
  11. config SNI_AVE
  12. tristate "Socionext AVE ethernet support"
  13. depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF
  14. depends on HAS_IOMEM
  15. select MFD_SYSCON
  16. select PHYLIB
  17. ---help---
  18. Driver for gigabit ethernet MACs, called AVE, in the
  19. Socionext UniPhier family.
  20. config SNI_NETSEC
  21. tristate "Socionext NETSEC ethernet support"
  22. depends on (ARCH_SYNQUACER || COMPILE_TEST) && OF
  23. select PHYLIB
  24. select MII
  25. ---help---
  26. Enable to add support for the SocioNext NetSec Gigabit Ethernet
  27. controller + PHY, as found on the Synquacer SC2A11 SoC
  28. To compile this driver as a module, choose M here: the module will be
  29. called netsec. If unsure, say N.
  30. endif #NET_VENDOR_SOCIONEXT