Kconfig 871 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # TI SOC drivers
  3. #
  4. menuconfig SOC_TI
  5. bool "TI SOC drivers support"
  6. if SOC_TI
  7. config KEYSTONE_NAVIGATOR_QMSS
  8. tristate "Keystone Queue Manager Sub System"
  9. depends on ARCH_KEYSTONE
  10. help
  11. Say y here to support the Keystone multicore Navigator Queue
  12. Manager support. The Queue Manager is a hardware module that
  13. is responsible for accelerating management of the packet queues.
  14. Packets are queued/de-queued by writing/reading descriptor address
  15. to a particular memory mapped location in the Queue Manager module.
  16. If unsure, say N.
  17. config KEYSTONE_NAVIGATOR_DMA
  18. tristate "TI Keystone Navigator Packet DMA support"
  19. depends on ARCH_KEYSTONE
  20. help
  21. Say y tp enable support for the Keystone Navigator Packet DMA on
  22. on Keystone family of devices. It sets up the dma channels for the
  23. Queue Manager Sub System.
  24. If unsure, say N.
  25. endif # SOC_TI