netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: "Randy.Dunlap" <randy.dunlap@verizon.net>
Cc: ioe-lkml@axxeo.de, matthew@wil.cx,
	lkml <linux-kernel@vger.kernel.org>,
	netdev@oss.sgi.com
Subject: Re: [RFC/PATCH] network configs: disconnect network options from drivers
Date: Thu, 31 Mar 2005 20:52:26 +0200	[thread overview]
Message-ID: <20050331185226.GA8146@mars.ravnborg.org> (raw)
In-Reply-To: <20050330234709.1868eee5.randy.dunlap@verizon.net>

On Wed, Mar 30, 2005 at 11:47:09PM -0800, Randy.Dunlap wrote:
> 
> - some Networking options need to be qualified with CONFIG_NET
You can something along the lines os:

menu "Networking options and protocols"
  
config NET
	bool "Networking support"
	default y

if NET

...

menu "Network device support"
...
endmenu

...

endif
endmenu

Then everything wrapped in between if NET/endif is dependent on NET
without stating this explicitly.
You will alos have the menu nice indented.

	Sam

  parent reply	other threads:[~2005-03-31 18:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-31  7:47 [RFC/PATCH] network configs: disconnect network options from drivers Randy.Dunlap
2005-03-31 11:04 ` jamal
2005-03-31 16:46 ` Chris Friesen
2005-03-31 18:30   ` David S. Miller
2005-03-31 18:22 ` Thomas Graf
2005-03-31 18:52 ` Sam Ravnborg [this message]
2005-03-31 20:02   ` Randy.Dunlap
2005-03-31 20:30     ` Sam Ravnborg
2005-04-04  3:30       ` [PATCH] " Randy.Dunlap
2005-04-04 19:50         ` Sam Ravnborg
2005-04-04 20:48           ` Randy.Dunlap
2005-04-04 21:55             ` Sam Ravnborg
2005-04-04 23:11               ` Randy.Dunlap
2005-04-05 15:45                 ` Sam Ravnborg
2005-04-05 18:46                   ` Randy.Dunlap
2005-04-05 21:11                     ` [PATCH] networking: restructuring of net/ kconfig Sam Ravnborg
2005-04-05 17:42           ` [PATCH] network configs: disconnect network options from drivers Sridhar Samudrala
2005-04-05 21:04             ` Sam Ravnborg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050331185226.GA8146@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=ioe-lkml@axxeo.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthew@wil.cx \
    --cc=netdev@oss.sgi.com \
    --cc=randy.dunlap@verizon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).