Kconfig 1.1 KB

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