Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422904AbWJFUAZ (ORCPT ); Fri, 6 Oct 2006 16:00:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422682AbWJFUAY (ORCPT ); Fri, 6 Oct 2006 16:00:24 -0400 Received: from smtp.osdl.org ([65.172.181.4]:19132 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1422906AbWJFUAX (ORCPT ); Fri, 6 Oct 2006 16:00:23 -0400 Date: Fri, 6 Oct 2006 13:00:07 -0700 From: Judith Lebzelter To: Judith Lebzelter Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Add Kconfig dependency !VT for VIOCONS Message-ID: <20061006200007.GD3684@shell0.pdx.osdl.net> References: <20061006180549.GB3684@shell0.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061006180549.GB3684@shell0.pdx.osdl.net> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1539 Lines: 42 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 > > 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 > --- > > 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/