Kconfig 868 B

12345678910111213141516171819202122232425262728293031323334
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
  4. config DRIVER_TI_CPSW
  5. bool "TI Common Platform Ethernet Switch"
  6. select PHYLIB
  7. help
  8. This driver supports the TI three port switch gigabit ethernet
  9. subsystem found in the TI SoCs.
  10. config DRIVER_TI_EMAC
  11. bool "TI Davinci EMAC"
  12. help
  13. Support for davinci emac
  14. config DRIVER_TI_EMAC_USE_RMII
  15. depends on DRIVER_TI_EMAC
  16. bool "Use RMII"
  17. help
  18. Configure the TI EMAC driver to use RMII
  19. config DRIVER_TI_KEYSTONE_NET
  20. bool "TI Keystone 2 Ethernet"
  21. help
  22. This driver supports the TI Keystone 2 Ethernet subsystem
  23. config TI_AM65_CPSW_NUSS
  24. bool "TI K3 AM65x MCU CPSW Nuss Ethernet controller driver"
  25. depends on ARCH_K3
  26. select PHYLIB
  27. help
  28. This driver supports TI K3 MCU CPSW Nuss Ethernet controller
  29. in Texas Instruments K3 AM65x SoCs.