--- zzzz-none-000/linux-4.4.60/drivers/remoteproc/Kconfig 2017-04-08 07:53:53.000000000 +0000 +++ wasp-540e-714/linux-4.4.60/drivers/remoteproc/Kconfig 2019-07-03 09:21:34.000000000 +0000 @@ -2,13 +2,23 @@ # REMOTEPROC gets selected by whoever wants it config REMOTEPROC - tristate + tristate "Remoteproc" depends on HAS_DMA select CRC32 select FW_LOADER select VIRTIO select VIRTUALIZATION +config IPQ807X_REMOTEPROC + tristate "IPQ807x Q6-WCSS rproc support" + depends on REMOTEPROC && QCOM_SMP2P + select IPQ_SUBSYTEM_DUMP + help + Say y here to support IPQ807x q6v5 wcss remote processors + via the remote processor framework. Q6v5 WCSS are DSP remote + processors. They need reset and loading of firmware for them + to run. This config enables drivers to do that. + config OMAP_REMOTEPROC tristate "OMAP remoteproc support" depends on HAS_DMA