Re: [PATCH] new kconfig goodies

Dave Jones (davej@codemonkey.org.uk)
Mon, 12 May 2003 15:32:11 +0100


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/