dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/omap: change "!CONFIG_FB_OMAP2" to "!FB_OMAP2"
@ 2013-03-13 19:48 Paul Bolle
  2013-06-13 10:31 ` Paul Bolle
  2013-06-15 10:09 ` Thierry Reding
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Bolle @ 2013-03-13 19:48 UTC (permalink / raw)
  To: David Airlie; +Cc: dri-devel, linux-kernel

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested. Perhaps the first test that people with access to the relevant
hardware might do, is to test _before applying this patch_ with FB_OMAP2
set. Perhaps this negative dependency isn't needed at all. Or is it
obvious?

 drivers/gpu/drm/omapdrm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/omapdrm/Kconfig b/drivers/gpu/drm/omapdrm/Kconfig
index 09f65dc..45875a0 100644
--- a/drivers/gpu/drm/omapdrm/Kconfig
+++ b/drivers/gpu/drm/omapdrm/Kconfig
@@ -1,7 +1,7 @@
 
 config DRM_OMAP
 	tristate "OMAP DRM"
-	depends on DRM && !CONFIG_FB_OMAP2
+	depends on DRM && !FB_OMAP2
 	depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
 	depends on OMAP2_DSS
 	select DRM_KMS_HELPER
-- 
1.7.11.7

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

end of thread, other threads:[~2013-06-28 10:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 19:48 [PATCH] drm/omap: change "!CONFIG_FB_OMAP2" to "!FB_OMAP2" Paul Bolle
2013-06-13 10:31 ` Paul Bolle
2013-06-15 12:20   ` Rob Clark
2013-06-28  9:59     ` Tomi Valkeinen
2013-06-28 10:42       ` Dave Airlie
2013-06-15 10:09 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).