remoteproc: fix FW_CONFIG typo

Fix obvious typo introduced in commit e121aefa7d
("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>
This commit is contained in:
Robert Tivy 2013-03-28 18:41:43 -07:00 committed by Ohad Ben-Cohen
parent cde42e076c
commit c7426bce59
1 changed files with 1 additions and 1 deletions

View File

@ -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