aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorArnaud Patard <arnaud.patard@rtp-net.org>2005-09-09 16:10:07 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 17:03:42 -0400
commit20fd5767689124a920c1deb9c380304e082f026c (patch)
treefe779116d39a1612c80f414f0add8ed2893041d9 /drivers/video/Kconfig
parent3b4abffbadf728996fb9243b4af1df48dd771e86 (diff)
[PATCH] s3c2410fb: ARM S3C2410 framebuffer driver
This set of two patches add support for the framebuffer of the Samsung S3C2410 ARM SoC. This driver was started about one year ago and is now used on iPAQ h1930/h1940, Acer n30 and probably other s3c2410-based machines I'm not aware of. I've also heard yesterday that it's working also on iPAQ rx3715/rx3115 (s3c2440-based machines). Signed-Off-By: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Ben Dooks <ben@trinity.fluff.org> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index f8c341d48caf..615874e03ce8 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1516,6 +1516,30 @@ config FB_S1D13XXX
1516 working with S1D13806). Product specs at 1516 working with S1D13806). Product specs at
1517 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm> 1517 <http://www.erd.epson.com/vdc/html/legacy_13xxx.htm>
1518 1518
1519config FB_S3C2410
1520 tristate "S3C2410 LCD framebuffer support"
1521 depends on FB && ARCH_S3C2410
1522 select FB_CFB_FILLRECT
1523 select FB_CFB_COPYAREA
1524 select FB_CFB_IMAGEBLIT
1525 select FB_SOFT_CURSOR
1526 ---help---
1527 Frame buffer driver for the built-in LCD controller in the Samsung
1528 S3C2410 processor.
1529
1530 This driver is also available as a module ( = code which can be
1531 inserted and removed from the running kernel whenever you want). The
1532 module will be called s3c2410fb. If you want to compile it as a module,
1533 say M here and read <file:Documentation/modules.txt>.
1534
1535 If unsure, say N.
1536config FB_S3C2410_DEBUG
1537 bool "S3C2410 lcd debug messages"
1538 depends on FB_S3C2410
1539 help
1540 Turn on debugging messages. Note that you can set/unset at run time
1541 through sysfs
1542
1519config FB_VIRTUAL 1543config FB_VIRTUAL
1520 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" 1544 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
1521 depends on FB 1545 depends on FB