From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman <gregkh@suse.de>
Subject: Re: [PATCH 1/2] Staging: only build the tree if we really want to
Date: Sat, 08 Nov 2008 16:59:37 +0100 [thread overview]
Message-ID: <4915B769.6090403@s5r6.in-berlin.de> (raw)
In-Reply-To: <1226123143-28859-1-git-send-email-greg@kroah.com>
Greg KH wrote:
> --- a/drivers/staging/Kconfig
> +++ b/drivers/staging/Kconfig
> @@ -21,7 +21,23 @@ menuconfig STAGING
>
> If in doubt, say N here.
>
> -if STAGING
> +
> +config STAGING_EXCLUDE_BUILD
> + bool "Exclude Staging drivers from being built"
> + default y
> + ---help---
...
> +if !STAGING_EXCLUDE_BUILD
>
> source "drivers/staging/et131x/Kconfig"
>
> @@ -45,4 +61,4 @@ source "drivers/staging/at76_usb/Kconfig"
>
> source "drivers/staging/poch/Kconfig"
>
> -endif # STAGING
> +endif # !STAGING_EXCLUDE_BUILD
Which purpose is the STAGING kconfig variable serving after this? It
controls the visibility of the menu, but switching it off won't switch
off the staging drivers if they were previously enabled, would it?
--
Stefan Richter
-=====-==--- =-== -=---
http://arcgraph.de/sr/
next prev parent reply other threads:[~2008-11-08 15:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-08 5:45 [GIT PATCH] STAGING fixes for 2.6.28 Greg KH
2008-11-08 5:45 ` [PATCH 1/2] Staging: only build the tree if we really want to Greg KH
2008-11-08 15:59 ` Stefan Richter [this message]
2008-11-08 18:30 ` Greg KH
2008-11-08 19:31 ` Stefan Richter
2008-11-11 6:15 ` Greg KH
2008-11-08 5:45 ` [PATCH 2/2] Staging: make usbip depend on CONFIG_NET Greg KH
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=4915B769.6090403@s5r6.in-berlin.de \
--to=stefanr@s5r6.in-berlin.de \
--cc=greg@kroah.com \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®