projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d503942
)
remoteproc: fix missing CONFIG_FW_LOADER configurations
author
Ohad Ben-Cohen
<ohad@wizery.com>
Sun, 1 Jul 2012 08:53:36 +0000
(11:53 +0300)
committer
Ohad Ben-Cohen
<ohad@wizery.com>
Wed, 4 Jul 2012 08:01:12 +0000
(11:01 +0300)
Remoteproc requires user space firmware loading support, so
let's select FW_LOADER explicitly to avoid painful misconfigurations
(which only show up in runtime).
Cc: stable <stable@vger.kernel.org>
Reported-by: Mark Grosen <mgrosen@ti.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
drivers/remoteproc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/remoteproc/Kconfig
b/drivers/remoteproc/Kconfig
index db4e39b9164a29ee6603593071fc213747ceda5c..f8d818abf98caf4dc8275a65e18695c41c639537 100644
(file)
--- a/
drivers/remoteproc/Kconfig
+++ b/
drivers/remoteproc/Kconfig
@@
-4,6
+4,7
@@
menu "Remoteproc drivers (EXPERIMENTAL)"
config REMOTEPROC
tristate
depends on EXPERIMENTAL
+ select FW_CONFIG
config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"