* [PATCH] Fix Au1100 fb dependencies, add helptext
@ 2007-07-23 17:42 Ralf Baechle
0 siblings, 0 replies; only message in thread
From: Ralf Baechle @ 2007-07-23 17:42 UTC (permalink / raw)
To: Antonino Daplas, linux-fbdev-devel, Andrew Morton
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/video/Kconfig | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
Index: upstream-linus/drivers/video/Kconfig
===================================================================
--- upstream-linus.orig/drivers/video/Kconfig
+++ upstream-linus/drivers/video/Kconfig
@@ -1571,7 +1571,14 @@ config FB_PM3
config FB_AU1100
bool "Au1100 LCD Driver"
- depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y
+ depends on (FB = y) && MIPS && SOC_AU1100
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ help
+ This is the framebuffer driver for the AMD Au1100 SOC. It can drive
+ various panels and CRTs by passing in kernel cmd line option
+ au1100fb:panel=<name>.
config FB_AU1200
bool "Au1200 LCD Driver"
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-23 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-23 17:42 [PATCH] Fix Au1100 fb dependencies, add helptext Ralf Baechle
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.