Kconfig 984 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # SPDX-License-Identifier: GPL-2.0+
  2. menuconfig SOC_TI
  3. bool "TI SOC drivers support"
  4. if SOC_TI
  5. config TI_K3_NAVSS_RINGACC
  6. bool "K3 Ring accelerator Sub System"
  7. depends on ARCH_K3
  8. select MISC
  9. help
  10. Say y here to support the K3 AM65x Ring accelerator module.
  11. The Ring Accelerator (RINGACC or RA) provides hardware acceleration
  12. to enable straightforward passing of work between a producer
  13. and a consumer. There is one RINGACC module per NAVSS on TI AM65x SoCs
  14. If unsure, say N.
  15. config TI_KEYSTONE_SERDES
  16. bool "Keystone SerDes driver for ethernet"
  17. depends on ARCH_KEYSTONE
  18. help
  19. SerDes driver for Keystone SoC used for ethernet support on TI
  20. K2 platforms.
  21. config TI_PRUSS
  22. bool "Support for TI's K3 based Pruss driver"
  23. depends on DM
  24. depends on ARCH_K3
  25. depends on OF_CONTROL
  26. depends on SYSCON
  27. help
  28. Support for TI PRU-ICSSG subsystem.
  29. Currently supported on AM65xx SoCs Say Y here to support the
  30. Programmable Realtime Unit (PRU).
  31. endif # SOC_TI