All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>,
	Greg KH <gregkh@suse.de>
Subject: Re: [PATCH] move SYS_HYPERVISOR inside the Generic Driver menu
Date: Wed, 13 Dec 2006 11:42:40 -0500	[thread overview]
Message-ID: <45802D80.60200@garzik.org> (raw)
In-Reply-To: <200610281859.k9SIxJu8024288@hera.kernel.org>

Linux Kernel Mailing List wrote:
> commit eba6cd671427df295c10b54ee69cd5de419d38fe
> tree c92e5b59d5261a029a9e24b72b31eac70150cca1
> parent d7c3f5f231c60d7e6ada5770b536df2b3ec1bd08
> author Randy Dunlap <randy.dunlap@oracle.com> 1162057135 -0700
> committer Linus Torvalds <torvalds@g5.osdl.org> 1162060255 -0700
> 
> [PATCH] move SYS_HYPERVISOR inside the Generic Driver menu
> 
> Put SYS_HYPERVISOR inside the Generic Driver Config menu where it should
> be.  Otherwise xconfig displays it as a dangling (lost) menu item under
> Device Drivers, all by itself (when all options are displayed).
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> Cc: <holzheu@de.ibm.com>
> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
> Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
> Signed-off-by: Andrew Morton <akpm@osdl.org>
> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
> 
>  drivers/base/Kconfig |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
> index 0b4e224..1429f3a 100644
> --- a/drivers/base/Kconfig
> +++ b/drivers/base/Kconfig
> @@ -37,8 +37,8 @@ config DEBUG_DRIVER
>  
>  	  If you are unsure about this, say N here.
>  
> -endmenu
> -
>  config SYS_HYPERVISOR
>  	bool
>  	default n
> +
> +endmenu

I missed this when it went in.

The entire sum of code under this config option is so tiny, why not just 
make it unconditional?  Or depend on CONFIG_EMBEDDED.

	Jeff



       reply	other threads:[~2006-12-13 16:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200610281859.k9SIxJu8024288@hera.kernel.org>
2006-12-13 16:42 ` Jeff Garzik [this message]
2006-10-27  4:59 [PATCH] move SYS_HYPERVISOR inside the Generic Driver menu Randy Dunlap

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=45802D80.60200@garzik.org \
    --to=jeff@garzik.org \
    --cc=akpm@osdl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.