Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (c) 2019 Microsemi Corporation
  4. config MSCC_OCELOT_SWITCH
  5. bool "Ocelot switch driver"
  6. depends on DM_ETH && ARCH_MSCC
  7. select PHYLIB
  8. help
  9. This driver supports the Ocelot network switch device.
  10. config MSCC_LUTON_SWITCH
  11. bool "Luton switch driver"
  12. depends on DM_ETH && ARCH_MSCC
  13. select PHYLIB
  14. help
  15. This driver supports the Luton network switch device.
  16. config MSCC_JR2_SWITCH
  17. bool "Jaguar2 switch driver"
  18. depends on DM_ETH && ARCH_MSCC
  19. select PHYLIB
  20. help
  21. This driver supports the Jaguar2 network switch device.
  22. config MSCC_SERVALT_SWITCH
  23. bool "Servalt switch driver"
  24. depends on DM_ETH && ARCH_MSCC
  25. select PHYLIB
  26. help
  27. This driver supports the Servalt network switch device.
  28. config MSCC_SERVAL_SWITCH
  29. bool "Serval switch driver"
  30. depends on DM_ETH && ARCH_MSCC
  31. select PHYLIB
  32. help
  33. This driver supports the Serval network switch device.
  34. config MSCC_FELIX_SWITCH
  35. bool "Felix switch driver"
  36. depends on DM_DSA
  37. select FSL_ENETC
  38. help
  39. This driver supports the Ethernet switch integrated in the
  40. NXP LS1028A SoC.