]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/blobdiff - drivers/rpmsg/Kconfig
rpmsg: pru: add a PRU RPMsg driver
[rpmsg/rpmsg.git] / drivers / rpmsg / Kconfig
index 720bf328c0b6cd6f5e6ad31d51dcd8e08c4faa81..c41d8157b079236a91ec3db51b933785919ae6c1 100644 (file)
@@ -68,6 +68,17 @@ config RPMSG_RPC
          remote calls to more power-efficient remote processors. This is
          currently available only on OMAP4+ systems.
 
+config RPMSG_PRU
+       tristate "PRU RPMsg Communication driver"
+       depends on RPMSG_VIRTIO
+       depends on REMOTEPROC
+       depends on PRU_REMOTEPROC
+       help
+         An rpmsg driver that exposes interfaces to user space, to allow
+         applications to communicate with the PRU processors on available
+         TI SoCs. This is restricted to SoCs that have the PRUSS remoteproc
+         support.
+
          If unsure, say N.
 
 endmenu