]> Git Repo - linux.git/commitdiff
remoteproc: fix FW_CONFIG typo
authorRobert Tivy <[email protected]>
Fri, 29 Mar 2013 01:41:43 +0000 (18:41 -0700)
committerOhad Ben-Cohen <[email protected]>
Sun, 7 Apr 2013 12:11:27 +0000 (15:11 +0300)
Fix obvious typo introduced in commit e121aefa7d9f10eee5cf26ed47129237a05d940b
("remoteproc: fix missing CONFIG_FW_LOADER configurations").

Cc: [email protected]
Signed-off-by: Robert Tivy <[email protected]>
[cc stable, slight subject change]
Signed-off-by: Ohad Ben-Cohen <[email protected]>
drivers/remoteproc/Kconfig

index cc1f7bf53fd07c1c1788d0183b19e4ce41de8c1b..c6d77e20622c45f54e17e7063e3e498f781739c6 100644 (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
This page took 0.053214 seconds and 4 git commands to generate.