All of lore.kernel.org
 help / color / mirror / Atom feed
From: Judith Lebzelter <judith@osdl.org>
To: Judith Lebzelter <judith@osdl.org>
Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Add Kconfig dependency !VT for VIOCONS
Date: Fri, 6 Oct 2006 13:00:07 -0700	[thread overview]
Message-ID: <20061006200007.GD3684@shell0.pdx.osdl.net> (raw)
In-Reply-To: <20061006180549.GB3684@shell0.pdx.osdl.net>

Actually, this gets rid of the CONFIG_VIOCONS from my .config, but 
then I get another warning when I build:

Warning! Found recursive dependency: VT VIOCONS VT

Can anyone suggest something?

Thanks,
Judith

On Fri, Oct 06, 2006 at 11:05:49AM -0700, Judith Lebzelter wrote:
> From: Judith Lebzelter <judith@osdl.org>
> 
> Add Kconfig dependency !VT for VIOCONS
> 
> I would like to avoid this compile error in 'allmodconfig':
> drivers/char/viocons.c:52:2: error: #error You must turn off CONFIG_VT to use CONFIG_VIOCONS
> 
> Signed-off-by: Judith Lebzelter <judith@osdl.org>
> ---
> 
> Index: linux/arch/powerpc/platforms/iseries/Kconfig
> ===================================================================
> --- linux.orig/arch/powerpc/platforms/iseries/Kconfig	2006-10-05 09:35:09.000000000 -0700
> +++ linux/arch/powerpc/platforms/iseries/Kconfig	2006-10-06 10:30:19.333425703 -0700
> @@ -4,6 +4,7 @@
>  
>  config VIOCONS
>  	tristate "iSeries Virtual Console Support (Obsolete)"
> +	depends on !VT
>  	help
>  	  This is the old virtual console driver for legacy iSeries.
>  	  You should use the iSeries Hypervisor Virtual Console
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev

  reply	other threads:[~2006-10-06 20:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-06 18:05 [PATCH] Add Kconfig dependency !VT for VIOCONS Judith Lebzelter
2006-10-06 20:00 ` Judith Lebzelter [this message]
2006-10-06 21:34   ` Randy Dunlap
2006-10-10  4:55     ` Adrian Bunk
2006-10-10  4:55       ` Adrian Bunk
2006-10-10 16:10       ` Randy Dunlap
2006-10-10 16:10         ` Randy Dunlap
2006-10-11  3:56         ` Adrian Bunk
2006-10-11  3:56           ` Adrian Bunk
2006-10-11  4:08           ` Randy Dunlap
2006-10-11  4:08             ` Randy Dunlap
2006-10-11  4:30             ` Adrian Bunk
2006-10-11  4:30               ` Adrian Bunk
2006-10-11  4:35               ` Randy Dunlap
2006-10-11  4:35                 ` 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=20061006200007.GD3684@shell0.pdx.osdl.net \
    --to=judith@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.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.