Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. menu "Remoteproc drivers (EXPERIMENTAL)"
  2. # REMOTEPROC gets selected by whoever wants it
  3. config REMOTEPROC
  4. tristate
  5. depends on EXPERIMENTAL
  6. depends on HAS_DMA
  7. select FW_CONFIG
  8. config OMAP_REMOTEPROC
  9. tristate "OMAP remoteproc support"
  10. depends on EXPERIMENTAL
  11. depends on HAS_DMA
  12. depends on ARCH_OMAP4
  13. depends on OMAP_IOMMU
  14. select REMOTEPROC
  15. select OMAP_MBOX_FWK
  16. select RPMSG
  17. help
  18. Say y here to support OMAP's remote processors (dual M3
  19. and DSP on OMAP4) via the remote processor framework.
  20. Currently only supported on OMAP4.
  21. Usually you want to say y here, in order to enable multimedia
  22. use-cases to run on your platform (multimedia codecs are
  23. offloaded to remote DSP processors using this framework).
  24. It's safe to say n here if you're not interested in multimedia
  25. offloading or just want a bare minimum kernel.
  26. config STE_MODEM_RPROC
  27. tristate "STE-Modem remoteproc support"
  28. depends on EXPERIMENTAL
  29. depends on HAS_DMA
  30. select REMOTEPROC
  31. default n
  32. help
  33. Say y or m here to support STE-Modem shared memory driver.
  34. This can be either built-in or a loadable module.
  35. If unsure say N.
  36. endmenu