summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorRobert Tivy <rtivy@ti.com>2013-03-28 18:41:43 -0700
committerOhad Ben-Cohen <ohad@wizery.com>2013-04-07 15:11:27 +0300
commitc7426bce5933d16b492a34e42ae77e26fceddff6 (patch)
tree5167a64480d60b0ad0faa881de14e36722c7d8e7 /drivers/remoteproc
parentcde42e076c1cdd69a1f955d66ff6596bad3d2105 (diff)
downloadop-kernel-dev-c7426bce5933d16b492a34e42ae77e26fceddff6.zip
op-kernel-dev-c7426bce5933d16b492a34e42ae77e26fceddff6.tar.gz
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>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r--drivers/remoteproc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index cc1f7bf..c6d77e2 100644
--- 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
OpenPOWER on IntegriCloud