Re: [PATCH] new kconfig goodies

From: Dave Jones (davej@codemonkey.org.uk)
Date: Mon May 12 2003 - 09:32:11 EST


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/



This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:39 EST