Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. config WKUP_M3_IPC
  26. tristate "TI AMx3 Wkup-M3 IPC Driver"
  27. depends on WKUP_M3_RPROC
  28. depends on OMAP2PLUS_MBOX
  29. help
  30. TI AM33XX and AM43XX have a Cortex M3, the Wakeup M3, to handle
  31. low power transitions. This IPC driver provides the necessary API
  32. to communicate and use the Wakeup M3 for PM features like suspend
  33. resume and boots it using wkup_m3_rproc driver.
  34. endif # SOC_TI