aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tivy <rtivy@ti.com>2013-03-28 21:41:43 -0400
committerOhad Ben-Cohen <ohad@wizery.com>2013-04-07 08:11:27 -0400
commitc7426bce5933d16b492a34e42ae77e26fceddff6 (patch)
tree5167a64480d60b0ad0faa881de14e36722c7d8e7
parentcde42e076c1cdd69a1f955d66ff6596bad3d2105 (diff)
remoteproc: fix FW_CONFIG typo
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>
-rw-r--r--drivers/remoteproc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index cc1f7bf53fd0..c6d77e20622c 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -4,7 +4,7 @@ menu "Remoteproc drivers"
4config REMOTEPROC 4config REMOTEPROC
5 tristate 5 tristate
6 depends on HAS_DMA 6 depends on HAS_DMA
7 select FW_CONFIG 7 select FW_LOADER
8 select VIRTIO 8 select VIRTIO
9 9
10config OMAP_REMOTEPROC 10config OMAP_REMOTEPROC