public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netconsole: kbuild dependency fix
@ 2011-01-23 19:51 Stanislav Fomichev
  2011-01-25  7:37 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Stanislav Fomichev @ 2011-01-23 19:51 UTC (permalink / raw)
  To: netdev

Hello all,
I'm not sure if it's the right place to send this patch, but I didn't find a better one.

Here is a small fix for netconsole dependency (upon config fs) that I unintentionally found.

Hope you'll find it useful.

This patch is for 2.6.38-rc2.

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0382332..9733da1 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -3382,6 +3382,7 @@ config NET_FC
 	  "SCSI generic support".
 
 config NETCONSOLE
+	depends on CONFIGFS_FS
 	tristate "Network console logging support"
 	---help---
 	If you want to log kernel messages over the network, enable this.

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

end of thread, other threads:[~2011-01-25 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-23 19:51 [PATCH] netconsole: kbuild dependency fix Stanislav Fomichev
2011-01-25  7:37 ` David Miller
2011-01-25 20:40   ` Stanislav Fomichev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox