summaryrefslogtreecommitdiff
path: root/drivers/staging/omaprpc/Kconfig
diff options
context:
space:
mode:
authorErik Rainey <erik.rainey@ti.com>2012-08-16 12:06:46 +0200
committerAndy Green <andy.green@linaro.org>2012-09-07 13:05:58 +0800
commit4f695ebd7c16589c4bb1a6d81b61956c44205741 (patch)
treed0953afe64abb11053119eaf09c36b1e6c9753c9 /drivers/staging/omaprpc/Kconfig
parent885fc9773ccca299813c6db809b958c3d28ea6ca (diff)
omaprpc: Unified Patch to add OMAP Remote Procedure Call Driver
Patch History (squashed), contributors initials follow history. omaprpc: Adding OMAP Remote Procedure Call Driver to staging area of kernel. [ER] omaprpc: Adding defines for CONFIG_DRM_OMAP and isolating Android parts. [ER] omaprpc: Latest commit, compiles and produces a working kernel, no ducati/tesla to test with. [ER] omaprpc: Added dependency on DMA_SHARED_BUFFER and changed some dev_info prints. [ER] omaprpc: fixing omaprpc makefile to build omap_rpc.c. [GA] omaprpc: commenting some debug in omap_rpc_dmabuf.c that doesn't compile. [GA] omaprpc: enable OMAPRPC_INFO debug messages. [GA] omaprpc: changing char dev creation procedure. [GA] create_device() is now called in the probe() function. omaprpc_device_create() and omaprpc_driver_cb() are commented, because not compiling. omaprpc: fixing char dev name [GA] omaprpc: renaming iMX to SIMCOP [ER] omaprpc: Added dynamic dev node naming back, updated header files. kmaps still do not work correctly [AA][ER] omaprpc: Added safety code to make sure dma_bufs behave well. Adjusted ranges for cpu_access [ER] omaprpc: Updates to copyright and MODULE_DEVICE_TABLE. Also removed unneeded header [ER] omaprpc: Fixes from Android [ER][AA] omaprpc: Unified OMAP Remote Procedure Call Driver [ER] omaprpc: Fixes to coding style [ER] omaprpc: Added bootargs debug flag [ER] omaprpc: Changed some formatting for readibility [ER] omaprpc: Fix to forcefully unpin all dmabufs after a transaction [ER] Signed-off By: Erik Rainey <erik.rainey@ti.com> Signed-off By: Guillaume Aubertin <g-aubertin@ti.com> Signed-off By: Alberto Aguirre <a-aguirre@ti.com> Signed-off-by: Xavier Boudet <x-boudet@ti.com>
Diffstat (limited to 'drivers/staging/omaprpc/Kconfig')
-rw-r--r--drivers/staging/omaprpc/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/omaprpc/Kconfig b/drivers/staging/omaprpc/Kconfig
new file mode 100644
index 000000000000..93b3beb76b58
--- /dev/null
+++ b/drivers/staging/omaprpc/Kconfig
@@ -0,0 +1,15 @@
+
+config RPC_OMAP
+ tristate "OMAP Remote Procedure Call driver"
+ default m
+ depends on RPMSG
+ depends on (TI_TILER && ION_OMAP) || (DMA_SHARED_BUFFER && DRM_OMAP)
+ depends on REMOTEPROC || REMOTE_PROC
+ depends on OMAP_REMOTEPROC || OMAP_REMOTE_PROC
+ ---help---
+ An rpmsg driver that exposes the Remote Procedure Call API to
+ user space, in order to allow applications to distribute
+ remote calls to more power-efficient remote processors on OMAP4+ systems.
+
+ If unsure, say N.
+