projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde42e0
)
remoteproc: fix FW_CONFIG typo
author
Robert Tivy
<rtivy@ti.com>
Fri, 29 Mar 2013 01:41:43 +0000
(18:41 -0700)
committer
Ohad Ben-Cohen
<ohad@wizery.com>
Sun, 7 Apr 2013 12:11:27 +0000
(15:11 +0300)
Fix obvious typo introduced in commit
e121aefa7d9f10eee5cf26ed47129237a05d940b
("remoteproc: fix missing CONFIG_FW_LOADER configurations").
Cc: stable@vger.kernel.org
Signed-off-by: Robert Tivy <rtivy@ti.com>
[cc stable, slight subject change]
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 cc1f7bf53fd07c1c1788d0183b19e4ce41de8c1b..c6d77e20622c45f54e17e7063e3e498f781739c6 100644
(file)
--- a/
drivers/remoteproc/Kconfig
+++ b/
drivers/remoteproc/Kconfig
@@
-4,7
+4,7
@@
menu "Remoteproc drivers"
config REMOTEPROC
tristate
depends on HAS_DMA
- select FW_
CONFIG
+ select FW_
LOADER
select VIRTIO
config OMAP_REMOTEPROC