All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] da8xx: Allow use by am33xx based devices
@ 2012-10-31 15:56 ` Pantelis Antoniou
  0 siblings, 0 replies; 12+ messages in thread
From: Pantelis Antoniou @ 2012-10-30 18:18 UTC (permalink / raw)
  To: Florian Tobias Schandinat
  Cc: Pantelis Antoniou, linux-fbdev, linux-kernel, Koen Kooi,
	Matt Porter, Russ Dill, linux-omap

This driver can be used for AM33xx devices, like the popular beaglebone.

Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
---
 drivers/video/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 9791d10..e7868d8 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2202,7 +2202,7 @@ config FB_SH7760
 
 config FB_DA8XX
 	tristate "DA8xx/OMAP-L1xx Framebuffer support"
-	depends on FB && ARCH_DAVINCI_DA8XX
+	depends on FB && (ARCH_DAVINCI_DA8XX || SOC_AM33XX)
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
-- 
1.7.12


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

end of thread, other threads:[~2013-01-07 12:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 18:18 [PATCH] da8xx: Allow use by am33xx based devices Pantelis Antoniou
2012-10-31 15:56 ` Pantelis Antoniou
2012-10-31  5:23 ` Manjunathappa, Prakash
2012-12-06  8:08 ` Manjunathappa, Prakash
2012-12-06  8:08   ` Manjunathappa, Prakash
2012-12-10  9:02   ` Vaibhav Hiremath
2012-12-10  9:14     ` Vaibhav Hiremath
2012-12-12  7:20     ` Manjunathappa, Prakash
2012-12-12  8:00       ` Hiremath, Vaibhav
2013-01-07 12:03         ` Mohammed, Afzal
2013-01-07 12:03           ` Mohammed, Afzal
2013-01-07 12:03           ` Mohammed, Afzal

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.