Commit c7426bce5933d16b492a34e42ae77e26fceddff6

Authored by Robert Tivy
Committed by Ohad Ben-Cohen
1 parent cde42e076c

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/remoteproc/Kconfig
... ... @@ -4,7 +4,7 @@
4 4 config REMOTEPROC
5 5 tristate
6 6 depends on HAS_DMA
7   - select FW_CONFIG
  7 + select FW_LOADER
8 8 select VIRTIO
9 9  
10 10 config OMAP_REMOTEPROC