diff options
author | Andrei Konovalov <akonovalov@ru.mvista.com> | 2007-05-08 03:40:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:34 -0400 |
commit | 147394c8ece44be85d692cc92cc0d047e4d8fb69 (patch) | |
tree | 13a69a386a6fbf2fddcb0d88d2ed604cca4b9e99 /drivers/video/Kconfig | |
parent | 435d56fcd45cdf32bfb4db5d4e1efe17f3da95b2 (diff) |
xilinxfb: xilinx framebuffer device driver
Add support for the video controller IP block included into Xilinx ML300 and
ML403 reference designs.
Signed-off-by: Andrei Konovalov <akonovalov@ru.mvista.com>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 74d764e2e1fa..1132ba5ff391 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1755,6 +1755,17 @@ config FB_PS3_DEFAULT_SIZE_M | |||
1755 | The default value can be overridden on the kernel command line | 1755 | The default value can be overridden on the kernel command line |
1756 | using the "ps3fb" option (e.g. "ps3fb=9M"); | 1756 | using the "ps3fb" option (e.g. "ps3fb=9M"); |
1757 | 1757 | ||
1758 | config FB_XILINX | ||
1759 | tristate "Xilinx frame buffer support" | ||
1760 | depends on FB && XILINX_VIRTEX | ||
1761 | select FB_CFB_FILLRECT | ||
1762 | select FB_CFB_COPYAREA | ||
1763 | select FB_CFB_IMAGEBLIT | ||
1764 | ---help--- | ||
1765 | Include support for the Xilinx ML300/ML403 reference design | ||
1766 | framebuffer. ML300 carries a 640*480 LCD display on the board, | ||
1767 | ML403 uses a standard DB15 VGA connector. | ||
1768 | |||
1758 | config FB_VIRTUAL | 1769 | config FB_VIRTUAL |
1759 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" | 1770 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" |
1760 | depends on FB | 1771 | depends on FB |