Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262157AbTELOTC (ORCPT ); Mon, 12 May 2003 10:19:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262161AbTELOTC (ORCPT ); Mon, 12 May 2003 10:19:02 -0400 Received: from deviant.impure.org.uk ([195.82.120.238]:60056 "EHLO deviant.impure.org.uk") by vger.kernel.org with ESMTP id S262157AbTELOTB (ORCPT ); Mon, 12 May 2003 10:19:01 -0400 Date: Mon, 12 May 2003 15:32:11 +0100 From: Dave Jones To: Roman Zippel Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] new kconfig goodies Message-ID: <20030512143207.GA6459@suse.de> Mail-Followup-To: Dave Jones , Roman Zippel , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 815 Lines: 28 On Mon, May 12, 2003 at 03:39:11PM +0200, Roman Zippel wrote: > config AGP > tristate "/dev/agpgart (AGP Support)" if !GART_IOMMU > default y if GART_IOMMU > > this can be changed into: > > config AGP > tristate "/dev/agpgart (AGP Support)" > > config GART_IOMMU > bool "IOMMU support" > enable AGP > > This will cause AGP to be selected if GART_IOMMU is selected. Looks good. However, will this still offer the CONFIG_AGP tristate in the menu? If IOMMU is on, there must be no way to switch off the agpgart support on which it depends. Dave - 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/