All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Select CONFIG_AGP and CONFIG_AGP_INTEL
@ 2013-11-01  8:38 ville.syrjala
  2013-11-01  8:54 ` Daniel Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: ville.syrjala @ 2013-11-01  8:38 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

i915 depends on CONFIG_AGP and CONFIG_AGP_INTEL. Since AGP is a thing
of the past, it's somewhat likely that a user would not realize that
they need to enable those to get i915. So let's just select CONFIG_AGP
and CONFIG_AGP_INTEL instead of depending on them.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 drivers/gpu/drm/i915/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index 6199d0b..0602e65 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -1,8 +1,8 @@
 config DRM_I915
 	tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics"
 	depends on DRM
-	depends on AGP
-	depends on AGP_INTEL
+	select AGP
+	select AGP_INTEL
 	# we need shmfs for the swappable backing store, and in particular
 	# the shmem_readpage() which depends upon tmpfs
 	select SHMEM
-- 
1.8.1.5

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-01 13:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01  8:38 [PATCH] drm/i915: Select CONFIG_AGP and CONFIG_AGP_INTEL ville.syrjala
2013-11-01  8:54 ` Daniel Vetter
2013-11-01  9:00   ` Ville Syrjälä
2013-11-01  9:22     ` Daniel Vetter
2013-11-01 13:18       ` [PATCH] drm/i915: Make AGP support optional ville.syrjala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.