Skip to content

Commit

Permalink
remoteproc: fix FW_CONFIG typo
Browse files Browse the repository at this point in the history
Fix obvious typo introduced in commit e121aef
("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>
  • Loading branch information
Robert Tivy authored and Ohad Ben-Cohen committed Apr 7, 2013
1 parent cde42e0 commit c7426bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/remoteproc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7426bc

Please sign in to comment.