The way it is written, CONFIG_AGP is always y for x86_64 - not so nice when you want to use nvagp instead which requries agpgart to be unloadable. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6c70fed..1b2ce6c 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -429,12 +429,17 @@ config HPET_EMULATE_RTC def_bool y depends on HPET_TIMER && (RTC=y || RTC=m || RTC_DRV_CMOS=m || RTC_DRV_CMOS=y) +config GART_IOMMU + bool + +# Hack to make AGP selectable as module +config GART_IOMMU_SELECTOR # Mark as embedded because too many people got it wrong. # The code disables itself when not needed. -config GART_IOMMU - bool "GART IOMMU support" if EMBEDDED - default y + tristate "GART IOMMU support" if EMBEDDED + default m select SWIOTLB + select GART_IOMMU_BASE select AGP depends on X86_64 && PCI help --
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
| Greg KH | Linux 2.6.25.10 |
| Linus Torvalds | Re: [stable] Linux 2.6.25.10 |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Edwin Eyan Moragas | poll(2) vs kqueue(2) performance |
| Jonathan Thornburg | strlcat/strlcpy vs overlapping arguments |
| askthelist | Packets Per Second Limit? |
| Siju George | Skype on OpenBSD 4.1 using Fedora RPM |
git: | |
| Michael Hendricks | removing content from git history |
| Elijah Newren | Trying to use git-filter-branch to compress history by removing large, obsolete bi... |
| Junio C Hamano | Re: bad git pull |
| Junio C Hamano | Re: More precise tag following |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Sagan | 387 failed error [help needed] |
| David Hobley | linux support for (PC) notebooks |
| Joel M. Hoffman | Re: How to disable C-A-D for non-root users? |
