Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. menu "Remoteproc drivers"
  2. # REMOTEPROC gets selected by whoever wants it
  3. config REMOTEPROC
  4. tristate
  5. depends on HAS_DMA
  6. select CRC32
  7. select FW_CONFIG
  8. select VIRTIO
  9. config OMAP_REMOTEPROC
  10. tristate "OMAP remoteproc support"
  11. depends on HAS_DMA
  12. depends on ARCH_OMAP4
  13. depends on OMAP_IOMMU
  14. depends on OMAP_MBOX_FWK
  15. select REMOTEPROC
  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 HAS_DMA
  29. select REMOTEPROC
  30. default n
  31. help
  32. Say y or m here to support STE-Modem shared memory driver.
  33. This can be either built-in or a loadable module.
  34. If unsure say N.
  35. endmenu