stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remoteproc: properly fix missing CONFIG_FW_LOADER configurations
@ 2013-03-05 19:20 Paul Bolle
  2013-03-05 21:54 ` Greg KH
  2013-03-06 12:32 ` Ohad Ben-Cohen
  0 siblings, 2 replies; 8+ messages in thread
From: Paul Bolle @ 2013-03-05 19:20 UTC (permalink / raw)
  To: Ohad Ben-Cohen; +Cc: stable, linux-kernel

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

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
0) Untested.

1) The REMOTEPROC Kconfig entry has been using the useless FW_CONFIG
select statement for a few releases now. Does it really need to select
FW_LOADER?

 drivers/remoteproc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index cc1f7bf..c6d77e2 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -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
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-03-06 12:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 19:20 [PATCH] remoteproc: properly fix missing CONFIG_FW_LOADER configurations Paul Bolle
2013-03-05 21:54 ` Greg KH
2013-03-05 22:22   ` Paul Bolle
2013-03-06  0:46     ` Greg KH
2013-03-06  7:53       ` Paul Bolle
2013-03-06 12:12         ` Greg KH
2013-03-06 12:32 ` Ohad Ben-Cohen
2013-03-06 12:38   ` Paul Bolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).