]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
remoteproc: fix FW_CONFIG typo
authorRobert Tivy <rtivy@ti.com>
Fri, 29 Mar 2013 01:41:43 +0000 (18:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Apr 2013 16:52:08 +0000 (09:52 -0700)
commit c7426bce5933d16b492a34e42ae77e26fceddff6 upstream.

Fix obvious typo introduced in commit e121aefa7d9f10eee5cf26ed47129237a05d940b
("remoteproc: fix missing CONFIG_FW_LOADER configurations").

Signed-off-by: Robert Tivy <rtivy@ti.com>
[cc stable, slight subject change]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/remoteproc/Kconfig

index 96ce101b906753c703cf88c1c76d6a7e9a33e826..a936efb14d858db84363a8e2414155542a92ab2d 100644 (file)
@@ -5,7 +5,7 @@ config REMOTEPROC
        tristate
        depends on EXPERIMENTAL
        depends on HAS_DMA
-       select FW_CONFIG
+       select FW_LOADER
        select VIRTIO
 
 config OMAP_REMOTEPROC