Kconfig 1.1 KB

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