drm/i915: Make AGP support optional
[deliverable/linux.git] / drivers / gpu / drm / i915 / Kconfig
index 6199d0b5b958fb2610e83810e117ea89c5057e6e..b0f61679c598adbf542a79beb470d54fb69fe539 100644 (file)
@@ -1,8 +1,10 @@
 config DRM_I915
        tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics"
        depends on DRM
-       depends on AGP
-       depends on AGP_INTEL
+       depends on X86 && PCI
+       depends on (AGP || AGP=n)
+       select INTEL_GTT
+       select AGP_INTEL if AGP
        # we need shmfs for the swappable backing store, and in particular
        # the shmem_readpage() which depends upon tmpfs
        select SHMEM
This page took 0.024731 seconds and 5 git commands to generate.