perf cs-etm: Improve missing sink warning message
[linux-2.6-microblaze.git] / drivers / remoteproc / Kconfig
index 1660197..a850e9f 100644 (file)
@@ -352,6 +352,19 @@ config TI_K3_R5_REMOTEPROC
          It's safe to say N here if you're not interested in utilizing
          a slave processor.
 
+config XLNX_R5_REMOTEPROC
+       tristate "Xilinx R5 remoteproc support"
+       depends on PM && ARCH_ZYNQMP
+       select ZYNQMP_FIRMWARE
+       select RPMSG_VIRTIO
+       select MAILBOX
+       select ZYNQMP_IPI_MBOX
+       help
+         Say y or m here to support Xilinx R5 remote processors via the remote
+         processor framework.
+
+         It's safe to say N if not interested in using RPU r5f cores.
+
 endif # REMOTEPROC
 
 endmenu