aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2011-04-19 19:24:52 +0300
committerColin Cross <ccross@android.com>2011-06-14 09:05:03 -0700
commita306b3e9565d6bcb4d1203cd6971340ccddd65a1 (patch)
tree69a194c1a870186df73d8df77802fab92d7a44a2 /drivers/Kconfig
parent2c53b436a30867eb6b47dd7bab23ba638d1fb0d2 (diff)
downloadkernel_samsung_tuna-a306b3e9565d6bcb4d1203cd6971340ccddd65a1.zip
kernel_samsung_tuna-a306b3e9565d6bcb4d1203cd6971340ccddd65a1.tar.gz
kernel_samsung_tuna-a306b3e9565d6bcb4d1203cd6971340ccddd65a1.tar.bz2
drivers: add generic remoteproc framework
Some systems are equipped with slave heterogeneous remote processor devices, that are usually used to offload cpu-intensive computations (e.g. multimedia codec tasks). Introduce a generic remoteproc framework that allows drivers to start and stop those remote processor devices, load up their firmware (which might not necessarily be Linux-based), and in the future also manage their runtime PM status, recovery, and any other relevant configuration/states. Firmware loader is based on code by Mark Grosen <mgrosen@ti.com>. Change-Id: I7094eb8e0eb512b53a5333ff2dd70c756a775a7e Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 3bb154d..72175f3 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -126,4 +126,5 @@ source "drivers/hwspinlock/Kconfig"
source "drivers/clocksource/Kconfig"
+source "drivers/remoteproc/Kconfig"
endmenu